Commit eaca1b58 authored by unknown's avatar unknown

Merge vajra.(none):/opt/local/work/mysql-5.0-runtime

into  vajra.(none):/opt/local/work/mysql-5.1-runtime


sql/sql_insert.cc:
  Manual merge.
parents 5a7c51e0 d98a2a87
...@@ -488,7 +488,6 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list, ...@@ -488,7 +488,6 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list,
Name_resolution_context_state ctx_state; Name_resolution_context_state ctx_state;
#ifndef EMBEDDED_LIBRARY #ifndef EMBEDDED_LIBRARY
char *query= thd->query; char *query= thd->query;
#endif
/* /*
log_on is about delayed inserts only. log_on is about delayed inserts only.
By default, both logs are enabled (this won't cause problems if the server By default, both logs are enabled (this won't cause problems if the server
...@@ -496,6 +495,7 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list, ...@@ -496,6 +495,7 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list,
*/ */
bool log_on= ((thd->options & OPTION_BIN_LOG) || bool log_on= ((thd->options & OPTION_BIN_LOG) ||
(!(thd->security_ctx->master_access & SUPER_ACL))); (!(thd->security_ctx->master_access & SUPER_ACL)));
#endif
thr_lock_type lock_type = table_list->lock_type; thr_lock_type lock_type = table_list->lock_type;
Item *unused_conds= 0; Item *unused_conds= 0;
DBUG_ENTER("mysql_insert"); DBUG_ENTER("mysql_insert");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment