diff options
author | unknown <msvensson@pilot.blaudden> | 2007-04-18 16:23:19 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-04-18 16:23:19 +0200 |
commit | 07ec45cc557fe7224cb3f675c6b7be46258f07a3 (patch) | |
tree | 0845aba6c9b63f58b4dcb2622c2e5bba4399535a /mysql-test/lib | |
parent | 6bfa5a40bc8619d535ac656c36d4ebc5fd18093b (diff) | |
download | mariadb-git-07ec45cc557fe7224cb3f675c6b7be46258f07a3.tar.gz |
Update mysql_upgrade tests for 5.1
Add "two liner" to mysqld --bootstrap that allows
wo write scripts that can be run both by mysql and mysqld --bootstrap
Remove duplicate create of MySQL system tables
mysql-test/r/mysql_upgrade.result:
Update mysql_upgrade.result for new tables in 5.1
scripts/mysql_system_tables.sql:
Use "delimiter ;;" to make it possible to run the script
both with "mysql" and "mysqld --bootstrap"
scripts/mysql_system_tables_fix.sql:
Remove duplicate stored procedure for creating slow_log
and general_log.
Remove duplicate CREATE of ndb_binlog_index.
Those are already defined in mysql_system_tables.sql
sql/sql_parse.cc:
Make "mysqld --bootstrap skip lines startig with "delimiter"
thus making it possible to write sql scripts containing
stored procedures that can be executed both with "mysql" and
"mysqld --bootstrap"
Diffstat (limited to 'mysql-test/lib')
0 files changed, 0 insertions, 0 deletions