Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/tritonn-1.0.12-mysql-5.0.83/mysql-test/suite/senna/r/senna_util.result

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 183 by myuka, Mon Jul 6 09:38:02 2009 UTC revision 184 by myuka, Thu Jul 1 11:39:40 2010 UTC
# Line 4  senna_2ind     OFF Line 4  senna_2ind     OFF
4  senna_index_type        NGRAM  senna_index_type        NGRAM
5  senna_log       OFF  senna_log       OFF
6  senna_log_level NOTICE  senna_log_level NOTICE
7    senna_score_sort        ON
8  SET senna_log_level=INFO;  SET senna_log_level=INFO;
9  ERROR HY000: Variable 'senna_log_level' is a GLOBAL variable and should be set with SET GLOBAL  ERROR HY000: Variable 'senna_log_level' is a GLOBAL variable and should be set with SET GLOBAL
10  SET GLOBAL senna_log_level=NONE;  SET GLOBAL senna_log_level=NONE;
# Line 104  SET GLOBAL senna_index_type=hoge; Line 105  SET GLOBAL senna_index_type=hoge;
105  ERROR 42000: Variable 'senna_index_type' can't be set to the value of 'hoge'  ERROR 42000: Variable 'senna_index_type' can't be set to the value of 'hoge'
106  SET SESSION senna_index_type=ngram;  SET SESSION senna_index_type=ngram;
107  ERROR HY000: Variable 'senna_index_type' is a GLOBAL variable and should be set with SET GLOBAL  ERROR HY000: Variable 'senna_index_type' is a GLOBAL variable and should be set with SET GLOBAL
108    SHOW GLOBAL VARIABLES LIKE 'senna_score_sort';
109    Variable_name   Value
110    senna_score_sort        ON
111    SHOW SESSION VARIABLES LIKE 'senna_score_sort';
112    Variable_name   Value
113    senna_score_sort        ON
114    SET senna_score_sort=OFF;
115    SHOW GLOBAL VARIABLES LIKE 'senna_score_sort';
116    Variable_name   Value
117    senna_score_sort        ON
118    SHOW SESSION VARIABLES LIKE 'senna_score_sort';
119    Variable_name   Value
120    senna_score_sort        OFF
121    SET senna_score_sort=ON;
122    SHOW GLOBAL VARIABLES LIKE 'senna_score_sort';
123    Variable_name   Value
124    senna_score_sort        ON
125    SHOW SESSION VARIABLES LIKE 'senna_score_sort';
126    Variable_name   Value
127    senna_score_sort        ON
128    SET GLOBAL senna_score_sort=OFF;
129    SHOW GLOBAL VARIABLES LIKE 'senna_score_sort';
130    Variable_name   Value
131    senna_score_sort        OFF
132    SHOW SESSION VARIABLES LIKE 'senna_score_sort';
133    Variable_name   Value
134    senna_score_sort        ON
135    SET GLOBAL senna_score_sort=ON;
136    SHOW GLOBAL VARIABLES LIKE 'senna_score_sort';
137    Variable_name   Value
138    senna_score_sort        ON
139    SHOW SESSION VARIABLES LIKE 'senna_score_sort';
140    Variable_name   Value
141    senna_score_sort        ON
142    SET senna_score_sort=DUMMY;
143    ERROR 42000: Variable 'senna_score_sort' can't be set to the value of 'DUMMY'
144    SET GLOBAL senna_score_sort=DUMMY;
145    ERROR 42000: Variable 'senna_score_sort' can't be set to the value of 'DUMMY'

Legend:
Removed from v.183  
changed lines
  Added in v.184

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26