mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
sql_yacc.yy => CREATE TABLE (... COLLECTION ... ) syntax
sql/item_func.h: cosmetic changes sql/sql_parse.cc: cosmetic changes sql/sql_yacc.yy: CREATE TABLE (... COLLECTION ... ) syntax
This commit is contained in:
parent
ada1183947
commit
44170cb982
3 changed files with 77 additions and 77 deletions
|
|
@ -829,7 +829,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
/* SerG: for fulltext search */
|
||||
/* for fulltext search */
|
||||
#include <ft_global.h>
|
||||
|
||||
class Item_func_match :public Item_real_func
|
||||
|
|
@ -855,4 +855,3 @@ public:
|
|||
double val();
|
||||
longlong val_int() { return val()!=0.0; }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue