~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to mysql-test/r/help.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
source_category_name    name    is_it_category
149
149
impossible_category_1   impossible_function_1   N
150
150
impossible_category_1   impossible_function_2   N
151
 
alter table mysql.help_relation engine=innodb;
152
 
alter table mysql.help_keyword engine=innodb;
153
 
alter table mysql.help_topic engine=innodb;
154
 
alter table mysql.help_category engine=innodb;
155
 
help 'function_of_my_dream';
156
 
name    is_it_category
157
 
help '%possible_f%';
158
 
name    is_it_category
159
 
impossible_function_1   N
160
 
impossible_function_2   N
161
 
impossible_function_3   N
162
 
impossible_function_4   N
163
 
impossible_function_7   N
164
 
help 'impossible_func%';
165
 
name    is_it_category
166
 
impossible_function_1   N
167
 
impossible_function_2   N
168
 
impossible_function_3   N
169
 
impossible_function_4   N
170
 
impossible_function_7   N
171
 
help 'impossible_category%';
172
 
name    is_it_category
173
 
impossible_category_1   Y
174
 
impossible_category_2   Y
175
 
impossible_category_3   Y
176
 
help 'impossible_%';
177
 
name    is_it_category
178
 
impossible_function_1   N
179
 
impossible_function_2   N
180
 
impossible_function_3   N
181
 
impossible_function_4   N
182
 
impossible_function_7   N
183
 
impossible_category_1   Y
184
 
impossible_category_2   Y
185
 
impossible_category_3   Y
186
 
help '%function_1';
187
 
name    description     example
188
 
impossible_function_1   description of 
189
 
 impossible_function1
190
 
        example of 
191
 
 impossible_function1
192
 
help '%function_2';
193
 
name    description     example
194
 
impossible_function_2   description of 
195
 
 impossible_function2
196
 
        example of 
197
 
 impossible_function2
198
 
help '%function_3';
199
 
name    description     example
200
 
impossible_function_3   description of 
201
 
 impossible_function3
202
 
        example of 
203
 
 impossible_function3
204
 
help '%function_4';
205
 
name    description     example
206
 
impossible_function_4   description of 
207
 
 impossible_function4
208
 
        example of 
209
 
 impossible_function4
210
 
help '%function_5';
211
 
name    description     example
212
 
impossible_function_1   description of 
213
 
 impossible_function1
214
 
        example of 
215
 
 impossible_function1
216
 
help '%function_6';
217
 
name    is_it_category
218
 
impossible_function_3   N
219
 
impossible_function_4   N
220
 
help '%function_7';
221
 
name    description     example
222
 
impossible_function_7   description of 
223
 
 impossible_function5
224
 
        example of 
225
 
 impossible_function7
226
 
help '%category_2';
227
 
source_category_name    name    is_it_category
228
 
impossible_category_2   impossible_function_3   N
229
 
impossible_category_2   impossible_function_4   N
230
 
impossible_category_2   impossible_category_3   Y
231
 
help 'impossible_function_1';
232
 
name    description     example
233
 
impossible_function_1   description of 
234
 
 impossible_function1
235
 
        example of 
236
 
 impossible_function1
237
 
help 'impossible_category_1';
238
 
source_category_name    name    is_it_category
239
 
impossible_category_1   impossible_function_1   N
240
 
impossible_category_1   impossible_function_2   N
241
 
alter table mysql.help_relation engine=myisam;
242
 
alter table mysql.help_keyword engine=myisam;
243
 
alter table mysql.help_topic engine=myisam;
244
 
alter table mysql.help_category engine=myisam;
245
151
delete from mysql.help_topic where help_topic_id=@topic1_id;
246
152
delete from mysql.help_topic where help_topic_id=@topic2_id;
247
153
delete from mysql.help_topic where help_topic_id=@topic3_id;