diff options
author | unknown <kroki/tomash@mysql.com/moonlight.intranet> | 2006-07-07 21:24:54 +0400 |
---|---|---|
committer | unknown <kroki/tomash@mysql.com/moonlight.intranet> | 2006-07-07 21:24:54 +0400 |
commit | 7733615d8d843e850dfe336e3d77d7901f84b772 (patch) | |
tree | 1fe9e07071338edaddf4672c44bcb3e0fe4511b2 /zlib/INDEX | |
parent | d5d217c0c71572835978448aaf269b6a2196988f (diff) | |
download | mariadb-git-7733615d8d843e850dfe336e3d77d7901f84b772.tar.gz |
Bug#19207: Final parenthesis omitted for CREATE INDEX in Stored Procedure
Wrong criteria was used to distinguish the case when there was no
lookahead performed in the parser. Bug affected only statements
ending in one-character token without any optional tail, like CREATE
INDEX and CALL.
mysql-test/r/sp-code.result:
Add result for bug#19207: Final parenthesis omitted for CREATE INDEX
in Stored Procedure
mysql-test/t/sp-code.test:
Add test case for bug#19207: Final parenthesis omitted for CREATE INDEX
in Stored Procedure
sql/sql_yacc.yy:
Use (yychar == YYEMPTY) as the criteria of whether lookahead was not
performed.
Diffstat (limited to 'zlib/INDEX')
0 files changed, 0 insertions, 0 deletions