1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
jimw@mysql.com
2005-02-09 18:17:40 -08:00
parent 845139731b
commit 3c5602faec
6 changed files with 32 additions and 514 deletions

View File

@ -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" \