1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after review patch

This commit is contained in:
bell@sanja.is.com.ua
2004-08-31 21:10:57 +03:00
parent 18366c930c
commit 2cf1234ba2
10 changed files with 74 additions and 70 deletions

View File

@ -297,7 +297,8 @@ enum enum_parsing_place
{
NO_MATTER,
IN_HAVING,
SELECT_LIST
SELECT_LIST,
IN_WHERE
};
struct st_table;
@ -376,6 +377,7 @@ int delete_precheck(THD *thd, TABLE_LIST *tables);
int insert_precheck(THD *thd, TABLE_LIST *tables, bool update);
int create_table_precheck(THD *thd, TABLE_LIST *tables,
TABLE_LIST *create_table);
Item *negate_expression(THD *thd, Item *expr);
#include "sql_class.h"
#include "opt_range.h"