~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/tests/t/select_order.test

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use data_dictionary;
 
2
 
 
3
# Just to see output
 
4
SELECT 1;
 
5
 
 
6
#  This needs a bug filed against it.
 
7
 
 
8
#--replace_column 1 # 2 #
 
9
#SELECT *
 
10
#FROM data_dictionary.session_variables
 
11
#ORDER BY variable_name;
 
12
 
 
13
#SELECT VARIABLE_NAME
 
14
#FROM data_dictionary.session_variables
 
15
#ORDER BY variable_name;
 
16
 
 
17
#--replace_column 1 #
 
18
#SELECT VARIABLE_VALUE
 
19
#FROM data_dictionary.session_variables
 
20
#ORDER BY variable_name;