diff options
author | Igor Babaev <igor@askmonty.org> | 2016-02-17 14:30:25 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2016-02-17 14:30:25 -0800 |
commit | f340aaeb52916d028a41ed771dfbbdd9dc4c3f88 (patch) | |
tree | b21ddfef1213a345019fa1835844ae44be420bc5 /sql/sql_yacc.yy | |
parent | 22f52f1f09b62534eea139a678c954507bb3e89e (diff) | |
download | mariadb-git-f340aaeb52916d028a41ed771dfbbdd9dc4c3f88.tar.gz |
Addressed the issues raised in the review for the main patchbb-10.2-mdev8789
of mdev-8789.
Fixed a bug in TABLE_LIST::print.
Fixed another bug for the case when the definition of a
WITH table contained column list while the join in the main
query used two instances of this table.
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index ce098084128..515fab53716 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -64,7 +64,6 @@ #include "rpl_mi.h" #include "lex_token.h" - /* this is to get the bison compilation windows warnings out */ #ifdef _MSC_VER /* warning C4065: switch statement contains 'default' but no 'case' labels */ |