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

« back to all changes in this revision

Viewing changes to mysql-test/t/help.test

  • 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:
63
63
help 'impossible_category_1';
64
64
##############
65
65
 
66
 
--disable_warnings
67
 
alter table mysql.help_relation engine=innodb;
68
 
alter table mysql.help_keyword engine=innodb;
69
 
alter table mysql.help_topic engine=innodb;
70
 
alter table mysql.help_category engine=innodb;
71
 
--enable_warnings
72
 
 
73
 
##############
74
 
help 'function_of_my_dream';
75
 
help '%possible_f%';
76
 
help 'impossible_func%';
77
 
help 'impossible_category%';
78
 
help 'impossible_%';
79
 
 
80
 
help '%function_1';
81
 
help '%function_2';
82
 
help '%function_3';
83
 
help '%function_4';
84
 
help '%function_5';
85
 
help '%function_6';
86
 
help '%function_7';
87
 
 
88
 
help '%category_2';
89
 
help 'impossible_function_1';
90
 
help 'impossible_category_1';
91
 
##############
92
 
 
93
 
alter table mysql.help_relation engine=myisam;
94
 
alter table mysql.help_keyword engine=myisam;
95
 
alter table mysql.help_topic engine=myisam;
96
 
alter table mysql.help_category engine=myisam;
97
 
 
98
66
delete from mysql.help_topic where help_topic_id=@topic1_id;
99
67
delete from mysql.help_topic where help_topic_id=@topic2_id;
100
68
delete from mysql.help_topic where help_topic_id=@topic3_id;