1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
4
* Copyright (C) 2008 Sun Microsystems
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; version 2 of the License.
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
15
* You should have received a copy of the GNU General Public License
16
* along with this program; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1
/* Copyright (C) 2000-2002 MySQL AB
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
5
the Free Software Foundation; version 2 of the License.
7
This program is distributed in the hope that it will be useful,
8
but WITHOUT ANY WARRANTY; without even the implied warranty of
9
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
GNU General Public License for more details.
12
You should have received a copy of the GNU General Public License
13
along with this program; if not, write to the Free Software
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
21
17
/* This file includes all reserved words and functions */
230
226
{ "INSERT_METHOD", SYM(INSERT_METHOD)},
231
227
{ "INSTALL", SYM(INSTALL_SYM)},
232
228
{ "INT", SYM(INT_SYM)},
229
{ "INT1", SYM(TINYINT)},
230
{ "INT2", SYM(SMALLINT)},
233
231
{ "INT4", SYM(INT_SYM)},
234
232
{ "INT8", SYM(BIGINT)},
235
233
{ "INTEGER", SYM(INT_SYM)},
404
402
{ "SHARE", SYM(SHARE_SYM)},
405
403
{ "SHOW", SYM(SHOW)},
406
404
{ "SHUTDOWN", SYM(SHUTDOWN)},
405
{ "SIGNED", SYM(SIGNED_SYM)},
407
406
{ "SIMPLE", SYM(SIMPLE_SYM)},
408
407
{ "SLAVE", SYM(SLAVE)},
409
408
{ "SNAPSHOT", SYM(SNAPSHOT_SYM)},
409
{ "SMALLINT", SYM(SMALLINT)},
410
410
{ "SOCKET", SYM(SOCKET_SYM)},
411
411
{ "SOME", SYM(ANY_SYM)},
412
412
{ "SONAME", SYM(SONAME_SYM)},
458
458
{ "TIMESTAMPADD", SYM(TIMESTAMP_ADD)},
459
459
{ "TIMESTAMPDIFF", SYM(TIMESTAMP_DIFF)},
460
460
{ "TINYBLOB", SYM(BLOB_SYM)},
461
{ "TINYINT", SYM(TINYINT)},
461
462
{ "TINYTEXT", SYM(TEXT_SYM)},
462
463
{ "TO", SYM(TO_SYM)},
463
464
{ "TRAILING", SYM(TRAILING)},
471
472
{ "UNDEFINED", SYM(UNDEFINED_SYM)},
472
473
{ "UNDOFILE", SYM(UNDOFILE_SYM)},
473
474
{ "UNDO", SYM(UNDO_SYM)},
475
{ "UNICODE", SYM(UNICODE_SYM)},
474
476
{ "UNION", SYM(UNION_SYM)},
475
477
{ "UNIQUE", SYM(UNIQUE_SYM)},
476
478
{ "UNKNOWN", SYM(UNKNOWN_SYM)},
477
479
{ "UNLOCK", SYM(UNLOCK_SYM)},
480
{ "UNINSTALL", SYM(UNINSTALL_SYM)},
481
{ "UNSIGNED", SYM(UNSIGNED)},
478
482
{ "UNTIL", SYM(UNTIL_SYM)},
479
483
{ "UPDATE", SYM(UPDATE_SYM)},
480
484
{ "UPGRADE", SYM(UPGRADE_SYM)},
502
506
{ "WHERE", SYM(WHERE)},
503
507
{ "WITH", SYM(WITH)},
504
508
{ "WORK", SYM(WORK_SYM)},
509
{ "WRAPPER", SYM(WRAPPER_SYM)},
505
510
{ "WRITE", SYM(WRITE_SYM)},
506
511
{ "XOR", SYM(XOR)},
507
512
{ "YEAR", SYM(YEAR_SYM)},