~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

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

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
insert into mysql.help_category(help_category_id,name)values(1,'impossible_category_1');
2
 
Warnings:
3
 
Warning 1364    Field 'url' doesn't have a default value
4
 
select @category1_id:= 1;
5
 
@category1_id:= 1
6
 
1
7
 
insert into mysql.help_category(help_category_id,name)values(2,'impossible_category_2');
8
 
Warnings:
9
 
Warning 1364    Field 'url' doesn't have a default value
10
 
select @category2_id:= 2;
11
 
@category2_id:= 2
12
 
2
13
 
insert into mysql.help_category(help_category_id,name,parent_category_id)values(3,'impossible_category_3',@category2_id);
14
 
Warnings:
15
 
Warning 1364    Field 'url' doesn't have a default value
16
 
select @category3_id:= 3;
17
 
@category3_id:= 3
18
 
3
19
 
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(1,'impossible_function_1',@category1_id,'description of \n impossible_function1\n','example of \n impossible_function1');
20
 
Warnings:
21
 
Warning 1364    Field 'url' doesn't have a default value
22
 
select @topic1_id:= 1;
23
 
@topic1_id:= 1
24
 
1
25
 
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(2,'impossible_function_2',@category1_id,'description of \n impossible_function2\n','example of \n impossible_function2');
26
 
Warnings:
27
 
Warning 1364    Field 'url' doesn't have a default value
28
 
select @topic2_id:= 2;
29
 
@topic2_id:= 2
30
 
2
31
 
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(3,'impossible_function_3',@category2_id,'description of \n impossible_function3\n','example of \n impossible_function3');
32
 
Warnings:
33
 
Warning 1364    Field 'url' doesn't have a default value
34
 
select @topic3_id:= 3;
35
 
@topic3_id:= 3
36
 
3
37
 
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(4,'impossible_function_4',@category2_id,'description of \n impossible_function4\n','example of \n impossible_function4');
38
 
Warnings:
39
 
Warning 1364    Field 'url' doesn't have a default value
40
 
select @topic4_id:= 4;
41
 
@topic4_id:= 4
42
 
4
43
 
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(5,'impossible_function_7',@category3_id,'description of \n impossible_function5\n','example of \n impossible_function7');
44
 
Warnings:
45
 
Warning 1364    Field 'url' doesn't have a default value
46
 
select @topic5_id:= 5;
47
 
@topic5_id:= 5
48
 
5
49
 
insert into mysql.help_keyword(help_keyword_id,name)values(1,'impossible_function_1');
50
 
select @keyword1_id:= 1;
51
 
@keyword1_id:= 1
52
 
1
53
 
insert into mysql.help_keyword(help_keyword_id,name)values(2,'impossible_function_5');
54
 
select @keyword2_id:= 2;
55
 
@keyword2_id:= 2
56
 
2
57
 
insert into mysql.help_keyword(help_keyword_id,name)values(3,'impossible_function_6');
58
 
select @keyword3_id:= 3;
59
 
@keyword3_id:= 3
60
 
3
 
1
insert into mysql.help_category(help_category_id,name)values(10001,'impossible_category_1');
 
2
Warnings:
 
3
Warning 1364    Field 'url' doesn't have a default value
 
4
select @category1_id:= 10001;
 
5
@category1_id:= 10001
 
6
10001
 
7
insert into mysql.help_category(help_category_id,name)values(10002,'impossible_category_2');
 
8
Warnings:
 
9
Warning 1364    Field 'url' doesn't have a default value
 
10
select @category2_id:= 10002;
 
11
@category2_id:= 10002
 
12
10002
 
13
insert into mysql.help_category(help_category_id,name,parent_category_id)values(10003,'impossible_category_3',@category2_id);
 
14
Warnings:
 
15
Warning 1364    Field 'url' doesn't have a default value
 
16
select @category3_id:= 10003;
 
17
@category3_id:= 10003
 
18
10003
 
19
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(10101,'impossible_function_1',@category1_id,'description of \n impossible_function1\n','example of \n impossible_function1');
 
20
Warnings:
 
21
Warning 1364    Field 'url' doesn't have a default value
 
22
select @topic1_id:= 10101;
 
23
@topic1_id:= 10101
 
24
10101
 
25
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(10102,'impossible_function_2',@category1_id,'description of \n impossible_function2\n','example of \n impossible_function2');
 
26
Warnings:
 
27
Warning 1364    Field 'url' doesn't have a default value
 
28
select @topic2_id:= 10102;
 
29
@topic2_id:= 10102
 
30
10102
 
31
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(10103,'impossible_function_3',@category2_id,'description of \n impossible_function3\n','example of \n impossible_function3');
 
32
Warnings:
 
33
Warning 1364    Field 'url' doesn't have a default value
 
34
select @topic3_id:= 10103;
 
35
@topic3_id:= 10103
 
36
10103
 
37
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(10104,'impossible_function_4',@category2_id,'description of \n impossible_function4\n','example of \n impossible_function4');
 
38
Warnings:
 
39
Warning 1364    Field 'url' doesn't have a default value
 
40
select @topic4_id:= 10104;
 
41
@topic4_id:= 10104
 
42
10104
 
43
insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(10105,'impossible_function_7',@category3_id,'description of \n impossible_function5\n','example of \n impossible_function7');
 
44
Warnings:
 
45
Warning 1364    Field 'url' doesn't have a default value
 
46
select @topic5_id:= 10105;
 
47
@topic5_id:= 10105
 
48
10105
 
49
insert into mysql.help_keyword(help_keyword_id,name)values(10201,'impossible_function_1');
 
50
select @keyword1_id:= 10201;
 
51
@keyword1_id:= 10201
 
52
10201
 
53
insert into mysql.help_keyword(help_keyword_id,name)values(10202,'impossible_function_5');
 
54
select @keyword2_id:= 10202;
 
55
@keyword2_id:= 10202
 
56
10202
 
57
insert into mysql.help_keyword(help_keyword_id,name)values(10203,'impossible_function_6');
 
58
select @keyword3_id:= 10203;
 
59
@keyword3_id:= 10203
 
60
10203
61
61
insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword1_id,@topic2_id);
62
62
insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword2_id,@topic1_id);
63
63
insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword3_id,@topic3_id);
257
257
delete from mysql.help_relation where help_keyword_id=@keyword2_id and help_topic_id=@topic1_id;
258
258
delete from mysql.help_relation where help_keyword_id=@keyword3_id and help_topic_id=@topic3_id;
259
259
delete from mysql.help_relation where help_keyword_id=@keyword3_id and help_topic_id=@topic4_id;
 
260
End of 4.1 tests.
 
261
DROP TABLE IF EXISTS t1;
 
262
CREATE TABLE t1 (i INT);
 
263
LOCK TABLES t1 WRITE;
 
264
HELP no_such_topic;
 
265
name    is_it_category
 
266
UNLOCK TABLES;
 
267
DROP TABLE t1;
 
268
End of 5.1 tests.