summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-02-19 14:58:44 +0100
committerlenz@mysql.com <>2003-02-19 14:58:44 +0100
commit7a6d8edfd7ebe6ac82a531009fdb5086a0237790 (patch)
tree89fd91a2f02bd43a041b8087ebd24cb77befeae1 /sql/sql_parse.cc
parent64b204891420fdb754cd77ca7c5a57fcc337d63a (diff)
downloadmariadb-git-7a6d8edfd7ebe6ac82a531009fdb5086a0237790.tar.gz
Applying Sinisa's patch:
"Cleaning the code of the remaining OLAP code. This code is unnecessary in 4.1/5.0"
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 6249c769015..66f11f3da9f 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -3338,7 +3338,6 @@ static bool create_total_list(THD *thd, LEX *lex, TABLE_LIST **result)
for (; aux; aux=next)
{
TABLE_LIST *cursor;
- aux->do_redirect=true;
next= aux->next;
for (cursor= *result; cursor; cursor=cursor->next)
if (!strcmp(cursor->db,aux->db) &&