From 6818f40adf047b4ee82ea920e0d7414af1f53a3b Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Sat, 2 Nov 2019 08:40:43 +0100 Subject: [PATCH] Postmerge fix of rocksdb test results --- storage/rocksdb/mysql-test/rocksdb/r/show_table_status.result | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/r/show_table_status.result b/storage/rocksdb/mysql-test/rocksdb/r/show_table_status.result index d95549be4c1..139d323bb1a 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/show_table_status.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/show_table_status.result @@ -114,6 +114,7 @@ from information_schema.tables where table_schema=database() and table_name='t1'; select sleep(2); sleep(2) 0 +# restart select create_time=(select create_time from t2) /* should not change */, update_time