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

* New, binlog-aware character sets support in SQL Syntax for Prepared statements.

* The prepared statement query is put into binary log on execution only if it is an update query.
This commit is contained in:
sergefp@mysql.com
2004-06-01 17:27:40 +04:00
parent d7dd97089e
commit e3b03d7a08
3 changed files with 190 additions and 49 deletions

View File

@ -1069,6 +1069,9 @@ Item *get_system_var(THD *thd, enum_var_type var_type, LEX_STRING name,
LEX_STRING component);
Item *get_system_var(THD *thd, enum_var_type var_type, const char *var_name,
uint length, const char *item_name);
/* item_func.cc */
int get_var_with_binlog(THD *thd, LEX_STRING &name,
user_var_entry **out_entry);
/* log.cc */
bool flush_error_log(void);