From 4c995eb16843e56cd07c20e1f97ae495f0614010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 29 Apr 2019 09:32:43 +0300 Subject: [PATCH] Correct the result for a few tests These were broken in commit b5615eff0d00cfb4c60b9d1bf67094da7c2258a6 --- storage/rocksdb/mysql-test/rocksdb/r/bulk_load.result | 1 + storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf.result | 1 + .../mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result | 1 + storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_data.result | 1 + 4 files changed, 4 insertions(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load.result b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load.result index 51664516bb4..2a5f63f7bf7 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load.result @@ -74,5 +74,6 @@ count(b) 2500000 longfilenamethatvalidatesthatthiswillgetdeleted.bulk_load.tmp test.bulk_load.tmp +# restart disconnect other; DROP TABLE t1, t2, t3; diff --git a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf.result b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf.result index fa8546e3e3c..e5b3612d6a4 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf.result @@ -74,5 +74,6 @@ count(b) 2500000 longfilenamethatvalidatesthatthiswillgetdeleted.bulk_load.tmp test.bulk_load.tmp +# restart disconnect other; DROP TABLE t1, t2, t3; diff --git a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result index e3870dc37a8..36c81b7eb21 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result @@ -74,5 +74,6 @@ count(b) 2500000 longfilenamethatvalidatesthatthiswillgetdeleted.bulk_load.tmp test.bulk_load.tmp +# restart disconnect other; DROP TABLE t1, t2, t3; diff --git a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_data.result b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_data.result index 5b432aec5da..685d3d25f19 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_data.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_data.result @@ -74,5 +74,6 @@ count(b) 2500000 longfilenamethatvalidatesthatthiswillgetdeleted.bulk_load.tmp test.bulk_load.tmp +# restart disconnect other; DROP TABLE t1, t2, t3;