diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-28 17:00:58 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-28 17:00:58 +0300 |
commit | 4b2f615d6960aed2bef3b17c04a390cfdda31347 (patch) | |
tree | 46c7f1bee6132602a63c4b88d2a131d6ab149d77 /sql/sql_yacc.yy | |
parent | aa5601eee6924fb2ac358f5ee072b422a804ed1c (diff) | |
download | mariadb-git-4b2f615d6960aed2bef3b17c04a390cfdda31347.tar.gz |
Portability fixes for windows
include/config-win.h:
Portability fix for windows
include/my_global.h:
General portability fix
sql/mysqld.cc:
Portability fix for windows
sql/set_var.cc:
Portability fix for windows
sql/sql_yacc.yy:
Portability fix for windows
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 0b8b6337998..5f98bcdefd5 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -3287,7 +3287,7 @@ option_value: LEX *lex=Lex; lex->var_list.push_back(new set_var(lex->option_type, find_sys_var("tx_isolation"), - new Item_int((int) $4))); + new Item_int((int32) $4))); } | CHAR_SYM SET opt_equal set_expr_or_default { |