summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-05-17 18:45:50 +0500
committerunknown <hf@deer.(none)>2004-05-17 18:45:50 +0500
commita0ce59abb717fc93b48f4a6c4345d3ab1b8dd4e5 (patch)
tree30a151ad3b5d208e84f3d65f63812a2cf4d9995a /tests
parenta68afc359f3f8f347e8c6cb828dafb354209510b (diff)
parent86009849f540de547b04412238fb13aa172fd07a (diff)
downloadmariadb-git-a0ce59abb717fc93b48f4a6c4345d3ab1b8dd4e5.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.c3
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 */