~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/comments.test

  • Committer: Brian Aker
  • Date: 2009-03-03 18:50:34 UTC
  • mfrom: (908.1.17 mordred)
  • Revision ID: brian@tangent.org-20090303185034-obr7tiwx8vyn0i7j
Merge Monty

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;