diff options
author | unknown <jimw@mysql.com> | 2005-02-09 18:17:40 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-02-09 18:17:40 -0800 |
commit | 4f7a0857f17247e05ed05dd6263acba059982337 (patch) | |
tree | 804cc70225073c3b3615d34b5e1f4759b33a9929 /mysql-test/mysql-test-run.sh | |
parent | 425f2f91117c5cfa7d016130b0814a4bbde08274 (diff) | |
download | mariadb-git-4f7a0857f17247e05ed05dd6263acba059982337.tar.gz |
Re-enable alter_table test for embedded server by moving grant-related test
to grant.test and using replace_column to neuter the Privileges column in
SHOW FULL COLUMNS.
BitKeeper/deleted/.del-alter_table.result.es~a1077916d429e443:
Delete: mysql-test/r/alter_table.result.es
mysql-test/t/alter_table.test:
Add replace_column for grant-related column
Move grant-related test to grant.test
mysql-test/r/alter_table.result:
Update results
mysql-test/t/grant.test:
Move grant-related test from alter_table.test
mysql-test/r/grant.result:
Add test results
mysql-test/mysql-test-run.sh:
Don't skip alter_table test for embedded server
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index af432f37868..0bc68c3b6bb 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1506,7 +1506,6 @@ run_testcase () # script soon anyway so it is not worth it spending the time if [ "x$USE_EMBEDDED_SERVER" = "x1" -a -z "$DO_TEST" ] ; then for t in \ - "alter_table" \ "bdb-deadlock" \ "connect" \ "ctype_latin1_de" \ |