diff options
author | unknown <hf@deer.(none)> | 2004-05-17 18:45:50 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-05-17 18:45:50 +0500 |
commit | 84cf2d8f7889a7c13f3c3010745b99cd0f16177f (patch) | |
tree | 30a151ad3b5d208e84f3d65f63812a2cf4d9995a /tests | |
parent | 93168d599dfd311f27e508338443a10ece38e16a (diff) | |
parent | 05cd698f542f295b4fcd28d4704bce0f37e534ca (diff) | |
download | mariadb-git-84cf2d8f7889a7c13f3c3010745b99cd0f16177f.tar.gz |
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.ps
sql/sql_parse.cc:
Auto merged
tests/client_test.c:
Auto merged
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index c244274a2e7..7fae648e8f5 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -9871,7 +9871,10 @@ int main(int argc, char **argv) test_stiny_bug(); /* test a simple conv bug from php */ test_field_misc(); /* check the field info for misc case, bug: #74 */ test_set_option(); /* test the SET OPTION feature, bug #85 */ + /*TODO HF: here should be NO_EMBEDDED_ACCESS_CHECKS*/ +#ifndef EMBEDDED_LIBRARY test_prepare_grant(); /* to test the GRANT command, bug #89 */ +#endif test_frm_bug(); /* test the crash when .frm is invalid, bug #93 */ test_explain_bug(); /* test for the EXPLAIN, bug #115 */ test_decimal_bug(); /* test for the decimal bug */ |