diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-21 17:44:43 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-21 17:44:43 +0100 |
commit | 28f6157539630229e4725e2a68b2884e600ee6f4 (patch) | |
tree | cfb1ecad8532bcbfabc0a6757fad264e6a336cdc /mysql-test/t/system_mysql_db_fix50030-master.opt | |
parent | 14f8d7685e69f047ac89a3ab92a86752516411a8 (diff) | |
download | mariadb-git-28f6157539630229e4725e2a68b2884e600ee6f4.tar.gz |
Update mysql_fix_privilege_tables.sql to handle upgrade from 5.0 while retaining
old upgrade behaviour.
Add test for upgrade from 5.0.30
mysql-test/t/system_mysql_db_fix40123.test:
Drop alos the new 5.1 tables after test
scripts/mysql_fix_privilege_tables.sql:
Update 5.1 version of mysql_fix_privilege_tables.sql to also do
an "ALTER TABLE MODIFY" on the new column(s) it adds. This allows us to
make sure that both new and already existing columsn get the right type.
mysql-test/t/system_mysql_db_fix50030-master.opt:
New BitKeeper file ``mysql-test/t/system_mysql_db_fix50030-master.opt''
mysql-test/t/system_mysql_db_fix50030.test:
New BitKeeper file ``mysql-test/t/system_mysql_db_fix50030.test''
Diffstat (limited to 'mysql-test/t/system_mysql_db_fix50030-master.opt')
-rw-r--r-- | mysql-test/t/system_mysql_db_fix50030-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/system_mysql_db_fix50030-master.opt b/mysql-test/t/system_mysql_db_fix50030-master.opt new file mode 100644 index 00000000000..7e4fa9a3ee8 --- /dev/null +++ b/mysql-test/t/system_mysql_db_fix50030-master.opt @@ -0,0 +1 @@ +--result-file=system_mysql_db |