summaryrefslogtreecommitdiff
blob: e486614d95e2a01bc823532a85db6cdabaae09a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff -Nuar --exclude '*~' mysql.old/libmysqld/sql_parse.cc mysql/libmysqld/sql_parse.cc
--- mysql.old/libmysqld/sql_parse.cc	2007-03-20 11:12:46.000000000 -0800
+++ mysql/libmysqld/sql_parse.cc	2007-04-15 01:25:22.240914696 -0700
@@ -5405,9 +5405,7 @@
 {
   uint found=0;
   ulong found_access=0;
-#ifndef EMBEDDED_LIBRARY
   TABLE_LIST *org_tables= tables;
-#endif
   TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table();
   Security_context *sctx= thd->security_ctx, *backup_ctx= thd->security_ctx;
   /*
diff -Nuar --exclude '*~' mysql.old/sql/sql_parse.cc mysql/sql/sql_parse.cc
--- mysql.old/sql/sql_parse.cc	2007-03-20 11:12:46.000000000 -0800
+++ mysql/sql/sql_parse.cc	2007-04-15 01:25:15.065857026 -0700
@@ -5405,9 +5405,7 @@
 {
   uint found=0;
   ulong found_access=0;
-#ifndef EMBEDDED_LIBRARY
   TABLE_LIST *org_tables= tables;
-#endif
   TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table();
   Security_context *sctx= thd->security_ctx, *backup_ctx= thd->security_ctx;
   /*