diff options
author | hf@deer.(none) <> | 2004-05-15 17:07:44 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2004-05-15 17:07:44 +0500 |
commit | e18cd2ea9f58f2bc94a5d62af15e1c4380d98924 (patch) | |
tree | 925a39dedaa9aafde9d5be890ca8a898aeb7f4bc /tests | |
parent | 1a2930dcc2aa3a420d2c8e03356a8c3efbdc76de (diff) | |
download | mariadb-git-e18cd2ea9f58f2bc94a5d62af15e1c4380d98924.tar.gz |
Fixes for #3371, #3372, #3374, #3375, #3376
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 ba70bcd7fa7..f859bffb405 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -9872,7 +9872,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 */ |