Commit e8884704 authored by unknown's avatar unknown

Another post-merge fix.

parent 34fa4492
......@@ -1289,7 +1289,7 @@ opt_binary:
| BYTE_SYM { Lex->charset=my_charset_bin; }
| BINARY { Lex->charset=my_charset_bin; }
| CHAR_SYM SET charset_name { Lex->charset=$3; }
;
opt_primary:
/* empty */
......@@ -1723,6 +1723,7 @@ select_init:
}
/* select in braces, can't contain global parameters */
sel->master_unit()->global_parameters=
sel->master_unit();
} union_opt;
select_init2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment