Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64le/builds/5289
rocksdb.issue255 w2 [ fail ]
|
Test ended at 2018-06-25 07:45:53
|
|
CURRENT_TEST: rocksdb.issue255
|
--- /usr/share/mysql-test/plugin/rocksdb/rocksdb/r/issue255.result 2018-06-25 05:10:49.000000000 +0000
|
+++ /dev/shm/var/2/log/issue255.reject 2018-06-25 07:45:53.070034375 +0000
|
@@ -36,7 +36,7 @@
|
INSERT INTO t1 VALUES (5);
|
SHOW TABLE STATUS LIKE 't1';
|
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
|
-t1 ROCKSDB # Fixed 1 # # # # # 6 NULL NULL NULL latin1_swedish_ci NULL
|
+t1 ROCKSDB # Fixed 3 # # # # # 6 NULL NULL NULL latin1_swedish_ci NULL
|
INSERT INTO t1 VALUES (1000);
|
Warnings:
|
Warning 1264 Out of range value for column 'pk' at row 1
|
@@ -46,7 +46,7 @@
|
127
|
SHOW TABLE STATUS LIKE 't1';
|
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
|
-t1 ROCKSDB # Fixed 2 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
+t1 ROCKSDB # Fixed 4 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
INSERT INTO t1 VALUES ();
|
ERROR 23000: Duplicate entry '127' for key 'PRIMARY'
|
SELECT * FROM t1;
|
@@ -55,7 +55,7 @@
|
127
|
SHOW TABLE STATUS LIKE 't1';
|
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
|
-t1 ROCKSDB # Fixed 2 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
+t1 ROCKSDB # Fixed 4 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
INSERT INTO t1 VALUES ();
|
ERROR 23000: Duplicate entry '127' for key 'PRIMARY'
|
SELECT * FROM t1;
|
@@ -64,5 +64,5 @@
|
127
|
SHOW TABLE STATUS LIKE 't1';
|
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
|
-t1 ROCKSDB # Fixed 2 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
+t1 ROCKSDB # Fixed 4 # # # # # 127 NULL NULL NULL latin1_swedish_ci NULL
|
DROP TABLE t1;
|
|
mysqltest: Result content mismatch
|