~ubuntu-branches/ubuntu/gutsy/mysql-dfsg-5.0/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-03 09:43:01 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070403094301-fnjhfr59hu72pvtg
Tags: 5.0.38-0ubuntu1
* Package the Enterprise version again (.37 was a community version), since
  Debian and we have always done so. This brings in a few more bug fixes and
  makes functional derivations less likely.
* debian/README.Maintainer: Add pointer to upstream download URL, since it
  is very hard to find the Enterprise versions.
* Disable 33_scripts__mysql_create_system_tables__no_test.dpatch, since that
  script was removed upstream.
* debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch: Adapted to
  changed formatting in new upstream version.
* Remove debian/patches/86_PATH_MAX.dpatch, fixed upstream.
* Add debian/patches/90_org_tables_definition.dpatch: Fix local variable
  declaration in libmysqld/sql_parse.cc to fix compilation with
  EMBEDDED_LIBRARY.

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);