diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2002-12-14 02:18:14 +0400 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2002-12-14 02:18:14 +0400 |
commit | caf1bf0ad0a904036300220b21035112bde002e3 (patch) | |
tree | 99f5486c0f20496f1a38c83cd799b0c23efaa4e3 /sql/lex.h | |
parent | 3b33f0c2c14c9e210b81d8ee784c75f83ce99636 (diff) | |
download | mariadb-git-caf1bf0ad0a904036300220b21035112bde002e3.tar.gz |
add 'SOUNDS LIKE' syntax
Docs/manual.texi:
add 'SOUNDS LIKE' description
mysql-test/r/func_str.result:
add 'SOUNDS LIKE' test
mysql-test/t/func_str.test:
add 'SOUNDS LIKE' test
sql/lex.h:
add 'SOUNDS' symbol
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 eb03c0b36ec..2497122c871 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -344,6 +344,7 @@ static SYMBOL symbols[] = { { "SQL_NO_CACHE", SYM(SQL_NO_CACHE_SYM), 0, 0}, { "SQL_SMALL_RESULT", SYM(SQL_SMALL_RESULT),0,0}, { "SQL_THREAD", SYM(SQL_THREAD),0,0}, + { "SOUNDS", SYM(SOUNDS_SYM),0,0}, { "SSL", SYM(SSL_SYM),0,0}, { "STRAIGHT_JOIN", SYM(STRAIGHT_JOIN),0,0}, { "START", SYM(START_SYM),0,0}, |