diff options
author | unknown <walrus@mysql.com> | 2002-11-29 18:07:02 +0500 |
---|---|---|
committer | unknown <walrus@mysql.com> | 2002-11-29 18:07:02 +0500 |
commit | 469e0b321c15de7290d17de937da2ac04924d347 (patch) | |
tree | e6b7bc15c473eeed86718c4ab90b7bf919d81f88 /.bzrignore | |
parent | 1cbef54cd6b68152157a28e81756ae310b488539 (diff) | |
download | mariadb-git-469e0b321c15de7290d17de937da2ac04924d347.tar.gz |
improvement crash-me
BitKeeper/etc/ignore:
Added core.2430 to the ignore list
sql-bench/crash-me.sh:
1) restore #!@PERL@ that I (accidentally) deleted last time
2) comment order_by_remember_desc section
3) rectify WEEK test. Now it returns "EURO" ,"USA", "error" (if it returns
wrong week number), or "no" (if this function isn't supported)
4) merge 2 tests for noround() (func_extra_noround and ignoring_noround).
Now it returns yes/no/"syntax only"
5) merge 2 tests for foreign key (foreign_key and foreign_key_syntax). Now it
returns yes/no/"syntax only"
6) correct misprint in crash-me help ( --db-start-cmd instead of --start-cmd)
sql-bench/server-cfg.sh:
Misprint correction (db_Sapdb ->db_sapdb)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 5d8375d2877..0996f3b057b 100644 --- a/.bzrignore +++ b/.bzrignore @@ -521,3 +521,4 @@ innobase/autom4te-2.53.cache/output.0 innobase/autom4te-2.53.cache/requests innobase/autom4te-2.53.cache/traces.0 pull.log +core.2430 |