mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
tests fixes
mysql-test/lib/init_db.sql: this should be longblob or info_schema test will fail mysql-test/r/rpl_delete_all.result: fix result of a test, the error message is different (bug #12591) mysql-test/t/rpl_delete_all.test: fix test, now the error code is different (bug #12591)
This commit is contained in:
@ -518,7 +518,7 @@ CREATE TABLE proc (
|
||||
security_type enum('INVOKER','DEFINER') DEFAULT 'DEFINER' NOT NULL,
|
||||
param_list blob DEFAULT '' NOT NULL,
|
||||
returns char(64) DEFAULT '' NOT NULL,
|
||||
body blob DEFAULT '' NOT NULL,
|
||||
body longblob DEFAULT '' NOT NULL,
|
||||
definer char(77) collate utf8_bin DEFAULT '' NOT NULL,
|
||||
created timestamp,
|
||||
modified timestamp,
|
||||
|
Reference in New Issue
Block a user