mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Removed duplicate test.
mysql-test/t/mysqldump.test: Removed duplicate test. This is already in the test file.
This commit is contained in:
parent
dd3430e0ec
commit
e0949d6dea
1 changed files with 0 additions and 9 deletions
|
@ -712,15 +712,6 @@ select * from t1;
|
|||
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Bug #13318: Bad result with empty field and --hex-blob
|
||||
#
|
||||
create table t1 (a binary(1), b blob);
|
||||
insert into t1 values ('','');
|
||||
--exec $MYSQL_DUMP --skip-comments --skip-extended-insert --hex-blob test t1
|
||||
--exec $MYSQL_DUMP --skip-comments --hex-blob test t1
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# BUG #19025 mysqldump doesn't correctly dump "auto_increment = [int]"
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue