Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.25
Description
--- /source/storage/tokudb/mysql-test/tokudb_parts/r/part_supported_sql_func_tokudb.result 2016-06-20 20:13:56.924740471 +0000
|
+++ /source/storage/tokudb/mysql-test/tokudb_parts/r/part_supported_sql_func_tokudb.reject 2016-06-20 20:36:19.439745290 +0000
|
@@ -47,6 +47,7 @@
|
-------------------------------------------------------------------------
|
--- Access tables with abs(col1)
|
-------------------------------------------------------------------------
|
+begin;
|
insert into t1 values (5 );
|
insert into t1 values (13 );
|
insert into t2 values (5 );
|
@@ -55,6 +56,7 @@
|
insert into t3 values (5 );
|
insert into t3 values (13 );
|
insert into t3 values (17 );
|
+commit;
|
load data infile 'MYSQLTEST_VARDIR/std_data/parts/part_supported_sql_funcs_int_int.inc' into table t4;
|
load data infile 'MYSQLTEST_VARDIR/std_data/parts/part_supported_sql_funcs_int_int.inc' into table t5;
|
load data infile 'MYSQLTEST_VARDIR/std_data/parts/part_supported_sql_funcs_int_int.inc' into table t6;
|
Appears to be as a result of adding begin/commit in mysql-test/suite/parts/inc/partition_supported_sql_funcs.inc (https://github.com/MariaDB/server/commit/5ab92b1f#diff-d29bc9df92f5e23ce69ec497dd7da9e0R19).
CURRENT_TEST: tokudb_parts.partition_alter4_tokudb^M
|
--- /source/storage/tokudb/mysql-test/tokudb_parts/r/partition_alter4_tokudb.result 2016-06-20 20:13:56.948740811 +0000^M
|
+++ /source/storage/tokudb/mysql-test/tokudb_parts/r/partition_alter4_tokudb.reject 2016-06-20 20:38:13.165343121 +0000^M
|
@@ -74,7 +74,7 @@^M
|
`f_char1` char(20) DEFAULT NULL,^M
|
`f_char2` char(20) DEFAULT NULL,^M
|
`f_charbig` varchar(1000) DEFAULT NULL^M
|
-) ENGINE=TokuDB DEFAULT CHARSET=latin1^M
|
+) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'^M
|
/*!50100 PARTITION BY HASH (f_int1)^M
|
(PARTITION part_1 ENGINE = TokuDB,^M
|
PARTITION part_2 ENGINE = TokuDB) */^M
|
@@ -533,7 +533,7 @@^M
|
`f_char1` char(20) DEFAULT NULL,^M
|
`f_char2` char(20) DEFAULT NULL,^M
|
`f_charbig` varchar(1000) DEFAULT NULL^M
|
-) ENGINE=TokuDB DEFAULT CHARSET=latin1^M
|
+) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'^M
|
/*!50100 PARTITION BY KEY (f_int1)^M
|
(PARTITION part_1 ENGINE = TokuDB,^M
|
PARTITION part_2 ENGINE = TokuDB,^M
|
Not sure of when this changed
Segfault on shutdown - might be MDEV-9091 will raise separate bug with backtrace
Attachments
Issue Links
- links to