mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed compiler warnings
This commit is contained in:
parent
3c12d0ae54
commit
987edeaa9b
11 changed files with 14 additions and 6 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue