~ubuntu-branches/ubuntu/raring/drizzle/raring

« back to all changes in this revision

Viewing changes to drizzled/symbol_hash.gperf

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-03-02 10:38:38 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110302103838-4ezi8b065c4bv329
Tags: 2011.03.11-0ubuntu1
* New upstream release.
* Sleep no longer an so.
* Re-add get-orig-source, but this time with working.
* New symbol added to libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  unsigned int  tok;
43
43
};
44
44
%%
45
 
<, LT
 
45
||, CONCAT
46
46
<=, LE
47
47
<>, NE
48
48
!=, NE
49
 
=, EQ
50
 
>, GT_SYM
51
49
>=, GE
52
50
<=>, EQUAL_SYM
 
51
<, LESS_THAN
 
52
>, GREATER_THAN
 
53
<<, SHIFT_LEFT
 
54
>>, SHIFT_RIGHT
53
55
# Access likes this
54
56
ACTION, ACTION
55
57
ADD, ADD_SYM
287
289
REPEAT, REPEAT_SYM
288
290
REPEATABLE, REPEATABLE_SYM
289
291
REPLACE, REPLACE
 
292
REPLICATE,REPLICATE
 
293
REPLICATION,REPLICATION
290
294
RESTRICT, RESTRICT
291
295
RETURN, RETURN_SYM
292
296
RETURNS, RETURNS_SYM