mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge from 5.0 to 5.1. Third part with fixes.
This commit is contained in:
@ -827,7 +827,7 @@ then
|
||||
c_ev="$c_ev 'HIGH_NOT_PRECEDENCE'"
|
||||
c_ev="$c_ev ) DEFAULT '' NOT NULL,"
|
||||
c_ev="$c_ev comment char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',"
|
||||
c_ev="$c_ev PRIMARY KEY (definer, db, name)"
|
||||
c_ev="$c_ev PRIMARY KEY (db, name)"
|
||||
c_ev="$c_ev ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT 'Events';"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user