mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix default for sql_mode so that proc table is actually created
by mysql-test-run.pl. (Bug #11954) mysql-test/lib/init_db.sql: Fix default for sql_mode
This commit is contained in:
parent
ded9946481
commit
43ad7dea69
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ CREATE TABLE proc (
|
|||
'TRADITIONAL',
|
||||
'NO_AUTO_CREATE_USER',
|
||||
'HIGH_NOT_PRECEDENCE'
|
||||
) DEFAULT 0 NOT NULL,
|
||||
) DEFAULT '' NOT NULL,
|
||||
comment char(64) binary DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (db,name,type)
|
||||
) comment='Stored Procedures';
|
||||
|
|
Loading…
Add table
Reference in a new issue