summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-25 22:11:22 +0200
committerunknown <monty@mysql.com>2004-03-25 22:11:22 +0200
commitcf5e9e65f5344bd038c03d4d6b8db4c5b872e0cb (patch)
tree36abf1d40f08cd21cd81f6d5966b89ab4e995ac6 /myisam
parentfe596dee5869ac1f99a9d88061bc9dff402849f6 (diff)
downloadmariadb-git-cf5e9e65f5344bd038c03d4d6b8db4c5b872e0cb.tar.gz
Cleanups & safety fixes
include/mysql.h: cleanup of load data infile patch libmysql/libmysql.c: cleanup of load data infile patch myisam/mi_search.c: Added missing assert.h mysql-test/r/func_time.result: Make test more secure mysql-test/t/func_time.test: Make test more secure sql/item.cc: restore to use str_value in item::save_in_field sql/item.h: Simple cleanup sql/item_cmpfunc.cc: Safety fix sql/item_cmpfunc.h: Simple optimization sql/item_func.cc: Updated comment sql/sql_base.cc: Simple optimization sql/sql_select.cc: Simple optimization sql/sql_union.cc: safey fixes
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/mi_search.c b/myisam/mi_search.c
index 73a4d229fd6..1c4342ff39a 100644
--- a/myisam/mi_search.c
+++ b/myisam/mi_search.c
@@ -18,6 +18,7 @@
#include "fulltext.h"
#include "m_ctype.h"
+#include <assert.h>
static my_bool _mi_get_prev_key(MI_INFO *info, MI_KEYDEF *keyinfo, uchar *page,
uchar *key, uchar *keypos,