diff options
author | unknown <monty@narttu.mysql.fi> | 2003-06-15 23:24:37 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-06-15 23:24:37 +0300 |
commit | ed1d28fdb6b6c828556917716c9b700bf7450426 (patch) | |
tree | 3b1cb9a063538f009e13b645f481a46e4f8620f6 /sql/item_cmpfunc.cc | |
parent | fb2825e2b5bb05addbc836ae773783f8c652dd54 (diff) | |
download | mariadb-git-ed1d28fdb6b6c828556917716c9b700bf7450426.tar.gz |
Fixes for make_win_src_distributions
Removed compiler warnings
scripts/make_win_src_distribution.sh:
Added option --dirname
Also copy sql-common directory
Create mysql data files even if mysqld is not installed
scripts/mysql_create_system_tables.sh:
Update for usage with make_win_src_distribution
scripts/mysql_install_db.sh:
Update for usage with make_win_src_distribution
sql-common/client.c:
Portability fix
sql/item_cmpfunc.cc:
Removed compiler warning
sql/sql_acl.cc:
Indentation cleanup
Removed compiler warning
sql/sql_parse.cc:
Removed compiler warning
sql/sql_select.cc:
Removed compiler warning
sql/sql_yacc.yy:
Removed compiler warning
strings/ctype-utf8.c:
Removed compiler warning
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 74036edf605..d4997f78a9e 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -1652,7 +1652,9 @@ Item_cond::fix_fields(THD *thd, TABLE_LIST *tables, Item **ref) { List_iterator<Item> li(list); Item *item; +#ifndef EMBEDDED_LIBRARY char buff[sizeof(char*)]; // Max local vars in function +#endif used_tables_cache=0; const_item_cache=0; |