diff options
author | unknown <serg@serg.mylan> | 2004-07-06 16:29:26 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-06 16:29:26 +0200 |
commit | 68aec1e48d58dd8251324ca4f6fc886d627d89af (patch) | |
tree | 85668468b77e9e396ee280f84e688ff73152d238 /mysql-test/t/ps_3innodb.test | |
parent | 692f440b42a685da5414c8612d0e022f501d77f6 (diff) | |
download | mariadb-git-68aec1e48d58dd8251324ca4f6fc886d627d89af.tar.gz |
mysql_fix_privilege_tables.sh:
various fixes (for mysql-test-run at least):
* accept --no-defaults
* 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
ps_3innodb.test:
only run ps_3innodb.test if innodb is present
mysql-test-run.sh:
it's --verbose, not --verbose=1
mysql-test/mysql-test-run.sh:
it's --verbose, not --verbose=1
mysql-test/t/ps_3innodb.test:
only run ps_3innodb.test if innodb is present
scripts/mysql_fix_privilege_tables.sh:
various fixes (for mysql-test-run at least):
* accept --no-defaults
* 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
Diffstat (limited to 'mysql-test/t/ps_3innodb.test')
-rw-r--r-- | mysql-test/t/ps_3innodb.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/ps_3innodb.test b/mysql-test/t/ps_3innodb.test index e6d3e239ff9..055e1e127e5 100644 --- a/mysql-test/t/ps_3innodb.test +++ b/mysql-test/t/ps_3innodb.test @@ -10,6 +10,8 @@ use test; +-- source include/have_innodb.inc + let $type= 'InnoDB' ; -- source include/ps_create.inc -- source include/ps_renew.inc |