diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-03-03 15:02:08 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-05 15:02:59 +0400 |
commit | 1b8a0c879d80733e3c684080b8c7719c35642e0d (patch) | |
tree | 1a98d1e701ddde368b1b1b7c76346a76a2328f9e /sql/lex.h | |
parent | 400de202792246bc1f6f5cb8813ecd35dc923200 (diff) | |
download | mariadb-git-1b8a0c879d80733e3c684080b8c7719c35642e0d.tar.gz |
MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarations
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index cdd4daffaf8..2a30f7f31ad 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -530,6 +530,7 @@ static SYMBOL symbols[] = { { "ROW", SYM(ROW_SYM)}, { "ROWCOUNT", SYM(ROWCOUNT_SYM)}, /* Oracle-N */ { "ROWS", SYM(ROWS_SYM)}, + { "ROWTYPE", SYM(ROWTYPE_SYM)}, { "ROW_COUNT", SYM(ROW_COUNT_SYM)}, { "ROW_FORMAT", SYM(ROW_FORMAT_SYM)}, { "RTREE", SYM(RTREE_SYM)}, |