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:
unknown 2000-08-21 15:35:27 +04:00
commit 44170cb982
3 changed files with 77 additions and 77 deletions

View file

@ -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; }
};