mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0
into lmy004.:/work/mysql-5.0-clean mysql-test/r/rpl_delete_all.result: Auto merged mysql-test/t/rpl_delete_all.test: Auto merged
This commit is contained in:
@ -518,7 +518,7 @@ CREATE TABLE proc (
|
|||||||
security_type enum('INVOKER','DEFINER') DEFAULT 'DEFINER' NOT NULL,
|
security_type enum('INVOKER','DEFINER') DEFAULT 'DEFINER' NOT NULL,
|
||||||
param_list blob DEFAULT '' NOT NULL,
|
param_list blob DEFAULT '' NOT NULL,
|
||||||
returns char(64) 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,
|
definer char(77) collate utf8_bin DEFAULT '' NOT NULL,
|
||||||
created timestamp,
|
created timestamp,
|
||||||
modified timestamp,
|
modified timestamp,
|
||||||
|
Reference in New Issue
Block a user