summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-07-01 23:46:43 +0300
committerunknown <bell@sanja.is.com.ua>2004-07-01 23:46:43 +0300
commit148eecbd4008b4d47e5167e10503b2cc82f9a3d1 (patch)
tree241036a1db78a5e5d9dd04868679ea2b066ecf65 /sql/sql_lex.h
parentc92670d80b3674fa025e373e0498eccbb407f873 (diff)
downloadmariadb-git-148eecbd4008b4d47e5167e10503b2cc82f9a3d1.tar.gz
fixed join_nested test independence of environment
spaces at line end in fresh definitions removed fixed printing of nested joins (BUG#4352) mysql-test/r/join_nested.result: fixed join_nested test independence of environment print of nested join test added mysql-test/t/join_nested.test: fixed join_nested test independence of environment print of nested join test added sql/sql_lex.h: space at line end in fresh definition removed sql/sql_select.cc: fixed printing of nested joins sql/table.h: spaces at line end in fresh definitions removed method for table printing
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 02b3da55921..8b6500cdacc 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -417,7 +417,7 @@ public:
List<Item_func_match> ftfunc_list_alloc;
JOIN *join; /* after JOIN::prepare it is pointer to corresponding JOIN */
List<TABLE_LIST> top_join_list; /* join list of the top level */
- List<TABLE_LIST> *join_list; /* list for the currently parsed join */
+ List<TABLE_LIST> *join_list; /* list for the currently parsed join */
TABLE_LIST *embedding; /* table embedding to the above list */
const char *type; /* type of select for EXPLAIN */