Fixed compiler warnings

This commit is contained in:
monty@mysql.com 2005-07-28 21:25:05 +03:00
commit 987edeaa9b
11 changed files with 14 additions and 6 deletions

View file

@ -27,4 +27,4 @@ LIST *myrg_open_list=0;
static const char *merge_insert_methods[] =
{ "FIRST", "LAST", NullS };
TYPELIB merge_insert_method= { array_elements(merge_insert_methods)-1,"",
merge_insert_methods};
merge_insert_methods, 0};