1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysqlimport was not always compiled correctly to allow thread support,

required for the --use-threads option. (Bug #32991)
This commit is contained in:
Jim Winstead
2009-05-12 10:45:40 -07:00
parent e3fa685917
commit 883ddef98a
3 changed files with 176 additions and 6 deletions

View File

@@ -1703,9 +1703,6 @@ DROP TABLE t1;
# Added for use-thread option
#
# THIS PART OF THE TEST IS DISABLED UNTIL Bug#32991 IS FIXED
if ($bug32991_fixed) {
create table t1 (a text , b text);
create table t2 (a text , b text);
insert t1 values ("Duck, Duck", "goose");
@@ -1743,8 +1740,6 @@ drop table t2;
drop table words2;
}
--echo #
--echo # Bug#16853 mysqldump doesn't show events
--echo #