diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-01-22 18:42:52 +0200 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-01-22 18:42:52 +0200 |
commit | 2dcc7110c9fef59752e8cb01c9c79e2afb718362 (patch) | |
tree | b7f3dc3063518fbbc2df9502576bcfa67d65bf34 /sql-bench | |
parent | 693b906f6e093a908a1abded047b6a70676f3417 (diff) | |
download | mariadb-git-2dcc7110c9fef59752e8cb01c9c79e2afb718362.tar.gz |
Give warnings for unused objects
Changed error message to be compatible with old error file
Added new error message for new DUP_ENTRY syntax
Diffstat (limited to 'sql-bench')
-rw-r--r-- | sql-bench/example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-bench/example b/sql-bench/example new file mode 100644 index 00000000000..8c9603a3a64 --- /dev/null +++ b/sql-bench/example @@ -0,0 +1,3 @@ +#/bin/sh +run-all-tests --prefix=-innodb --hw="AMD Athlon 4000+; 2400 MHz 1M cache, 3G memory" --optimization="gcc 4.0.2 -O3" --comments="Engine=InnoDB" --create-options="ENGINE=InnoDB" + |