~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/comments.test

  • Committer: Brian Aker
  • Date: 2010-02-10 18:04:24 UTC
  • mfrom: (1286.1.5 build)
  • Revision ID: brian@gaz-20100210180424-03ypoyifmlc2lgcp
Merge of Brian/Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
--error ER_PARSE_ERROR
28
28
select 1/*!2*/;
29
29
 
30
 
--error ER_PARSE_ERROR
31
30
select 1/*!000002*/;
32
31
 
33
 
select 1/*!999992*/;
 
32
select 1/*!2038129999 2*/;
34
33
 
35
 
select 1 + /*!00000 2 */ + 3 /*!99999 noise*/ + 4;
 
34
select 1 + /*!00000 2 */ + 3 /*!2038129999 noise*/ + 4;