~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/comments.result

  • Committer: Monty Taylor
  • Date: 2009-03-03 07:39:39 UTC
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090303073939-rfswfdo68klfcp1o
Updated comment version indicators to handle drizzle versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
1  +1
12
12
2
13
13
select 1 /*!72301 +1 */;
14
 
1
15
 
1
 
14
1  +1
 
15
2
16
16
select 1--1;
17
17
1--1
18
18
2
29
29
select 1/*!2*/;
30
30
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '2*/' at line 1
31
31
select 1/*!000002*/;
32
 
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '2*/' at line 1
33
 
select 1/*!999992*/;
34
 
1
35
 
1
36
 
select 1 + /*!00000 2 */ + 3 /*!99999 noise*/ + 4;
 
32
1
 
33
1
 
34
select 1/*!2038129999 2*/;
 
35
1
 
36
1
 
37
select 1 + /*!00000 2 */ + 3 /*!2038129999 noise*/ + 4;
37
38
1 +  2  + 3  + 4
38
39
10