mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix to make builds possible
mysql-test/r/mysqldump.result: Fix for avoiding version text mysql-test/t/mysqldump.test: Fix for avoiding version text
This commit is contained in:
@ -179,6 +179,6 @@ DROP TABLE t2;
|
||||
|
||||
CREATE TABLE t1 (`b` blob);
|
||||
INSERT INTO `t1` VALUES (0x602010000280100005E71A);
|
||||
--exec $MYSQL_DUMP --skip-extended-insert --hex-blob test t1
|
||||
--exec $MYSQL_DUMP --skip-extended-insert --hex-blob test --skip-comments t1
|
||||
DROP TABLE t1;
|
||||
|
||||
|
Reference in New Issue
Block a user