~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Andy Lester
  • Date: 2008-08-09 05:13:22 UTC
  • mto: (266.1.29 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809051322-dzas70no2mv6c9i5
removed incorrect comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
 
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
 
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems
5
 
 *
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.
9
 
 *
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.
14
 
 *
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
18
 
 */
 
1
/* Copyright (C) 2000-2002 MySQL AB
 
2
 
 
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.
 
6
 
 
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.
 
11
 
 
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 */
19
15
 
20
16
 
21
17
/* This file includes all reserved words and functions */
176
172
  { "ERRORS",           SYM(ERRORS)},
177
173
  { "ESCAPE",           SYM(ESCAPE_SYM)},
178
174
  { "ESCAPED",          SYM(ESCAPED)},
 
175
  { "EVENTS",           SYM(EVENTS_SYM)},
179
176
  { "EXCLUSIVE",        SYM(EXCLUSIVE_SYM)},
180
177
  { "EXISTS",           SYM(EXISTS)},
181
178
  { "EXIT",             SYM(EXIT_SYM)},
229
226
  { "INSERT_METHOD",    SYM(INSERT_METHOD)},
230
227
  { "INSTALL",          SYM(INSTALL_SYM)},
231
228
  { "INT",              SYM(INT_SYM)},
 
229
  { "INT1",             SYM(TINYINT)},
 
230
  { "INT2",             SYM(SMALLINT)},
232
231
  { "INT4",             SYM(INT_SYM)},
233
232
  { "INT8",             SYM(BIGINT)},
234
233
  { "INTEGER",          SYM(INT_SYM)},
332
331
  { "PACK_KEYS",        SYM(PACK_KEYS_SYM)},
333
332
  { "PAGE",             SYM(PAGE_SYM)},
334
333
  { "PAGE_CHECKSUM",        SYM(PAGE_CHECKSUM_SYM)},
335
 
  { "PARSE_VCOL_EXPR",  SYM(PARSE_VCOL_EXPR_SYM)},
336
334
  { "PARTIAL",          SYM(PARTIAL)},
337
335
  { "PHASE",            SYM(PHASE_SYM)},
338
336
  { "PLUGIN",           SYM(PLUGIN_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)},
436
436
  { "STATUS",           SYM(STATUS_SYM)},
437
437
  { "STOP",             SYM(STOP_SYM)},
438
438
  { "STORAGE",          SYM(STORAGE_SYM)},
439
 
  { "STORED",           SYM(STORED_SYM)},
440
439
  { "STRAIGHT_JOIN",    SYM(STRAIGHT_JOIN)},
441
440
  { "STRING",           SYM(STRING_SYM)},
442
441
  { "SUBJECT",          SYM(SUBJECT_SYM)},
459
458
  { "TIMESTAMPADD",     SYM(TIMESTAMP_ADD)},
460
459
  { "TIMESTAMPDIFF",    SYM(TIMESTAMP_DIFF)},
461
460
  { "TINYBLOB",         SYM(BLOB_SYM)},
 
461
  { "TINYINT",          SYM(TINYINT)},
462
462
  { "TINYTEXT",         SYM(TEXT_SYM)},
463
463
  { "TO",               SYM(TO_SYM)},
464
464
  { "TRAILING",         SYM(TRAILING)},
472
472
  { "UNDEFINED",        SYM(UNDEFINED_SYM)},
473
473
  { "UNDOFILE",         SYM(UNDOFILE_SYM)},
474
474
  { "UNDO",             SYM(UNDO_SYM)},
 
475
  { "UNICODE",          SYM(UNICODE_SYM)},
475
476
  { "UNION",            SYM(UNION_SYM)},
476
477
  { "UNIQUE",           SYM(UNIQUE_SYM)},
477
478
  { "UNKNOWN",          SYM(UNKNOWN_SYM)},
478
479
  { "UNLOCK",           SYM(UNLOCK_SYM)},
 
480
  { "UNINSTALL",        SYM(UNINSTALL_SYM)},
 
481
  { "UNSIGNED",         SYM(UNSIGNED)},
479
482
  { "UNTIL",            SYM(UNTIL_SYM)},
480
483
  { "UPDATE",           SYM(UPDATE_SYM)},
481
484
  { "UPGRADE",          SYM(UPGRADE_SYM)},
503
506
  { "WHERE",            SYM(WHERE)},
504
507
  { "WITH",             SYM(WITH)},
505
508
  { "WORK",             SYM(WORK_SYM)},
 
509
  { "WRAPPER",          SYM(WRAPPER_SYM)},
506
510
  { "WRITE",            SYM(WRITE_SYM)},
507
 
  { "VIRTUAL",          SYM(VIRTUAL_SYM)},
508
511
  { "XOR",              SYM(XOR)},
 
512
  { "XML",              SYM(XML_SYM)}, /* LOAD XML Arnold/Erik */
509
513
  { "YEAR",             SYM(YEAR_SYM)},
510
514
  { "YEAR_MONTH",       SYM(YEAR_MONTH_SYM)},
511
515
};