summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2010-04-07 13:58:40 +0200
committerMats Kindahl <mats@sun.com>2010-04-07 13:58:40 +0200
commit0768deeb2707ac1b0f5061237ed02faa976381e7 (patch)
tree2f3a5f2cd336f0187f122dc5818b89361570f074 /sql/sql_update.cc
parent2c79d4d02b46d76f1aa19070d741bb3cc59adcfe (diff)
downloadmariadb-git-0768deeb2707ac1b0f5061237ed02faa976381e7.tar.gz
WL#5030: Splitting mysql_priv.h
Adding my_global.h first in all files using NO_EMBEDDED_ACCESS_CHECKS. Correcting a merge problem resulting from a changed definition of check_some_access compared to the original patches.
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 3adee53f0be..3d9a2f74451 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -19,6 +19,7 @@
Multi-table updates were introduced by Sinisa & Monty
*/
+#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */
#include "sql_priv.h"
#include "unireg.h" // REQUIRED: for other includes
#include "sql_update.h"