Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e2ca9c5b
Commit
e2ca9c5b
authored
Mar 22, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/data0/mysqldev/my/mysql-5.0-build
into mysql.com:/data0/mysqldev/jimw/mysql-5.0-build
parents
3ca77071
8fc710ce
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
87 additions
and
51 deletions
+87
-51
mysql-test/r/information_schema.result
mysql-test/r/information_schema.result
+2
-3
mysql-test/r/ndb_autodiscover.result
mysql-test/r/ndb_autodiscover.result
+2
-2
mysql-test/r/ps_1general.result
mysql-test/r/ps_1general.result
+1
-1
mysql-test/r/show_check.result
mysql-test/r/show_check.result
+21
-21
mysql-test/r/view.result
mysql-test/r/view.result
+2
-2
scripts/fill_func_tables.sh
scripts/fill_func_tables.sh
+4
-4
scripts/mysql_create_system_tables.sh
scripts/mysql_create_system_tables.sh
+5
-5
scripts/mysql_fix_privilege_tables.sh
scripts/mysql_fix_privilege_tables.sh
+1
-1
scripts/mysql_fix_privilege_tables.sql
scripts/mysql_fix_privilege_tables.sql
+37
-5
sql/sql_table.cc
sql/sql_table.cc
+2
-7
sql/table.cc
sql/table.cc
+10
-0
No files found.
mysql-test/r/information_schema.result
View file @
e2ca9c5b
...
@@ -118,8 +118,8 @@ t2
...
@@ -118,8 +118,8 @@ t2
t3
t3
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t2 MyISAM
9
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
t2 MyISAM
10
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
t3 MyISAM
9
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
t3 MyISAM
10
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
v1 NULL NULL NULL NULL NULL NULL # NULL NULL NULL # # NULL NULL NULL NULL view
v1 NULL NULL NULL NULL NULL NULL # NULL NULL NULL # # NULL NULL NULL NULL view
show full columns from t3 like "a%";
show full columns from t3 like "a%";
Field Type Collation Null Key Default Extra Privileges Comment
Field Type Collation Null Key Default Extra Privileges Comment
...
@@ -432,7 +432,6 @@ information_schema.tables) union select version from
...
@@ -432,7 +432,6 @@ information_schema.tables) union select version from
information_schema.tables;
information_schema.tables;
s1
s1
0
0
9
10
10
drop table t1;
drop table t1;
SHOW CREATE TABLE INFORMATION_SCHEMA.character_sets;
SHOW CREATE TABLE INFORMATION_SCHEMA.character_sets;
...
...
mysql-test/r/ndb_autodiscover.result
View file @
e2ca9c5b
...
@@ -144,8 +144,8 @@ Handler_discover 1
...
@@ -144,8 +144,8 @@ Handler_discover 1
flush tables;
flush tables;
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t6 MyISAM
9
Fixed 1 260 # # # 0 NULL # # NULL # NULL #
t6 MyISAM
10
Fixed 1 260 # # # 0 NULL # # NULL # NULL #
t7 ndbcluster
9
Fixed 1 276 # # # 0 NULL # # NULL # NULL #
t7 ndbcluster
10
Fixed 1 276 # # # 0 NULL # # NULL # NULL #
show status like 'handler_discover%';
show status like 'handler_discover%';
Variable_name Value
Variable_name Value
Handler_discover 2
Handler_discover 2
...
...
mysql-test/r/ps_1general.result
View file @
e2ca9c5b
...
@@ -290,7 +290,7 @@ t2 1 t2_idx 1 b A NULL NULL NULL YES BTREE
...
@@ -290,7 +290,7 @@ t2 1 t2_idx 1 b A NULL NULL NULL YES BTREE
prepare stmt4 from ' show table status from test like ''t2%'' ';
prepare stmt4 from ' show table status from test like ''t2%'' ';
execute stmt4;
execute stmt4;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t2 MyISAM
9
Fixed 0 0 0 64424509439 1024 0 NULL # # # latin1_swedish_ci NULL
t2 MyISAM
10
Fixed 0 0 0 64424509439 1024 0 NULL # # # latin1_swedish_ci NULL
prepare stmt4 from ' show table status from test like ''t9%'' ';
prepare stmt4 from ' show table status from test like ''t9%'' ';
execute stmt4;
execute stmt4;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
...
...
mysql-test/r/show_check.result
View file @
e2ca9c5b
...
@@ -315,57 +315,57 @@ insert into t2 values (1),(2);
...
@@ -315,57 +315,57 @@ insert into t2 values (1),(2);
insert into t3 values (1,1),(2,2);
insert into t3 values (1,1),(2,2);
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 2 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
insert into t1 values (3),(4);
insert into t1 values (3),(4);
insert into t2 values (3),(4);
insert into t2 values (3),(4);
insert into t3 values (3,3),(4,4);
insert into t3 values (3,3),(4,4);
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 4 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
insert into t1 values (5);
insert into t1 values (5);
insert into t2 values (5);
insert into t2 values (5);
insert into t3 values (5,5);
insert into t3 values (5,5);
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 5 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
delete from t1 where a=3;
delete from t1 where a=3;
delete from t2 where b=3;
delete from t2 where b=3;
delete from t3 where a=3;
delete from t3 where a=3;
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 4 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
delete from t1;
delete from t1;
delete from t2;
delete from t2;
delete from t3;
delete from t3;
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
insert into t1 values (5);
insert into t1 values (5);
insert into t2 values (5);
insert into t2 values (5);
insert into t3 values (5,5);
insert into t3 values (5,5);
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 1 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
delete from t1 where a=5;
delete from t1 where a=5;
delete from t2 where b=5;
delete from t2 where b=5;
delete from t3 where a=5;
delete from t3 where a=5;
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MEMORY
9
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t1 MEMORY
10
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
9
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t2 MEMORY
10
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
9
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
t3 MEMORY
10
Fixed 0 # # # # # NULL NULL NULL NULL latin1_swedish_ci NULL
drop table t1, t2, t3;
drop table t1, t2, t3;
create database mysqltest;
create database mysqltest;
show create database mysqltest;
show create database mysqltest;
...
...
mysql-test/r/view.result
View file @
e2ca9c5b
...
@@ -149,7 +149,7 @@ v5 VIEW
...
@@ -149,7 +149,7 @@ v5 VIEW
v6 VIEW
v6 VIEW
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MyISAM
9
Fixed 5 9 45 38654705663 1024 0 NULL # # NULL latin1_swedish_ci NULL
t1 MyISAM
10
Fixed 5 9 45 38654705663 1024 0 NULL # # NULL latin1_swedish_ci NULL
v1 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
v1 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
v2 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
v2 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
v3 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
v3 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL # # NULL NULL NULL NULL view
...
@@ -1115,7 +1115,7 @@ select * from v1;
...
@@ -1115,7 +1115,7 @@ select * from v1;
ERROR HY000: View 'test.v1' references invalid table(s) or column(s) or function(s)
ERROR HY000: View 'test.v1' references invalid table(s) or column(s) or function(s)
show table status;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MyISAM
9
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
t1 MyISAM
10
Fixed 0 0 0 # 1024 0 NULL # # NULL latin1_swedish_ci NULL
v1 NULL NULL NULL NULL NULL NULL # NULL NULL NULL # # NULL NULL NULL NULL View 'test.v1' references invalid table(s) or column(s) or function(s)
v1 NULL NULL NULL NULL NULL NULL # NULL NULL NULL # # NULL NULL NULL NULL View 'test.v1' references invalid table(s) or column(s) or function(s)
drop view v1;
drop view v1;
drop table t1;
drop table t1;
...
...
scripts/fill_func_tables.sh
View file @
e2ca9c5b
...
@@ -131,8 +131,8 @@ print "USE mysql_help;\n";
...
@@ -131,8 +131,8 @@ print "USE mysql_help;\n";
print
"DROP TABLE IF EXISTS function;
\n
"
;
print
"DROP TABLE IF EXISTS function;
\n
"
;
print
"CREATE TABLE function ("
;
print
"CREATE TABLE function ("
;
print
" func_id int unsigned not null auto_increment,"
;
print
" func_id int unsigned not null auto_increment,"
;
print
" name
var
char(64) not null,"
;
print
" name char(64) not null,"
;
print
" url
var
char(128) not null,"
;
print
" url char(128) not null,"
;
print
" description text not null,"
;
print
" description text not null,"
;
print
" example text not null,"
;
print
" example text not null,"
;
print
" min_args tinyint not null,"
;
print
" min_args tinyint not null,"
;
...
@@ -145,8 +145,8 @@ print ") type=myisam;\n\n";
...
@@ -145,8 +145,8 @@ print ") type=myisam;\n\n";
print
"DROP TABLE IF EXISTS function_category_name;
\n
"
;
print
"DROP TABLE IF EXISTS function_category_name;
\n
"
;
print
"CREATE TABLE function_category_name ("
;
print
"CREATE TABLE function_category_name ("
;
print
" cat_id smallint unsigned not null auto_increment,"
;
print
" cat_id smallint unsigned not null auto_increment,"
;
print
" name
var
char(64) not null,"
;
print
" name char(64) not null,"
;
print
" url
var
char(128) not null,"
;
print
" url char(128) not null,"
;
print
" date_created datetime not null,"
;
print
" date_created datetime not null,"
;
print
" last_modified timestamp not null,"
;
print
" last_modified timestamp not null,"
;
print
" primary key (cat_id)"
;
print
" primary key (cat_id)"
;
...
...
scripts/mysql_create_system_tables.sh
View file @
e2ca9c5b
...
@@ -270,11 +270,11 @@ then
...
@@ -270,11 +270,11 @@ then
c_ht
=
"
$c_ht
CREATE TABLE help_topic ("
c_ht
=
"
$c_ht
CREATE TABLE help_topic ("
c_ht
=
"
$c_ht
help_topic_id int unsigned not null,"
c_ht
=
"
$c_ht
help_topic_id int unsigned not null,"
c_ht
=
"
$c_ht
name
var
char(64) not null,"
c_ht
=
"
$c_ht
name char(64) not null,"
c_ht
=
"
$c_ht
help_category_id smallint unsigned not null,"
c_ht
=
"
$c_ht
help_category_id smallint unsigned not null,"
c_ht
=
"
$c_ht
description text not null,"
c_ht
=
"
$c_ht
description text not null,"
c_ht
=
"
$c_ht
example text not null,"
c_ht
=
"
$c_ht
example text not null,"
c_ht
=
"
$c_ht
url
var
char(128) not null,"
c_ht
=
"
$c_ht
url char(128) not null,"
c_ht
=
"
$c_ht
primary key (help_topic_id),"
c_ht
=
"
$c_ht
primary key (help_topic_id),"
c_ht
=
"
$c_ht
unique index (name)"
c_ht
=
"
$c_ht
unique index (name)"
c_ht
=
"
$c_ht
) engine=MyISAM"
c_ht
=
"
$c_ht
) engine=MyISAM"
...
@@ -292,9 +292,9 @@ then
...
@@ -292,9 +292,9 @@ then
c_hc
=
"
$c_hc
CREATE TABLE help_category ("
c_hc
=
"
$c_hc
CREATE TABLE help_category ("
c_hc
=
"
$c_hc
help_category_id smallint unsigned not null,"
c_hc
=
"
$c_hc
help_category_id smallint unsigned not null,"
c_hc
=
"
$c_hc
name
var
char(64) not null,"
c_hc
=
"
$c_hc
name char(64) not null,"
c_hc
=
"
$c_hc
parent_category_id smallint unsigned null,"
c_hc
=
"
$c_hc
parent_category_id smallint unsigned null,"
c_hc
=
"
$c_hc
url
var
char(128) not null,"
c_hc
=
"
$c_hc
url char(128) not null,"
c_hc
=
"
$c_hc
primary key (help_category_id),"
c_hc
=
"
$c_hc
primary key (help_category_id),"
c_hc
=
"
$c_hc
unique index (name)"
c_hc
=
"
$c_hc
unique index (name)"
c_hc
=
"
$c_hc
) engine=MyISAM"
c_hc
=
"
$c_hc
) engine=MyISAM"
...
@@ -310,7 +310,7 @@ then
...
@@ -310,7 +310,7 @@ then
c_hk
=
"
$c_hk
CREATE TABLE help_keyword ("
c_hk
=
"
$c_hk
CREATE TABLE help_keyword ("
c_hk
=
"
$c_hk
help_keyword_id int unsigned not null,"
c_hk
=
"
$c_hk
help_keyword_id int unsigned not null,"
c_hk
=
"
$c_hk
name
var
char(64) not null,"
c_hk
=
"
$c_hk
name char(64) not null,"
c_hk
=
"
$c_hk
primary key (help_keyword_id),"
c_hk
=
"
$c_hk
primary key (help_keyword_id),"
c_hk
=
"
$c_hk
unique index (name)"
c_hk
=
"
$c_hk
unique index (name)"
c_hk
=
"
$c_hk
) engine=MyISAM"
c_hk
=
"
$c_hk
) engine=MyISAM"
...
...
scripts/mysql_fix_privilege_tables.sh
View file @
e2ca9c5b
...
@@ -13,7 +13,7 @@ args=""
...
@@ -13,7 +13,7 @@ args=""
port
=
""
port
=
""
socket
=
""
socket
=
""
database
=
"mysql"
database
=
"mysql"
bindir
=
"
.
"
bindir
=
""
pkgdatadir
=
"@pkgdatadir@"
pkgdatadir
=
"@pkgdatadir@"
print_defaults_bindir
=
"."
print_defaults_bindir
=
"."
...
...
scripts/mysql_fix_privilege_tables.sql
View file @
e2ca9c5b
...
@@ -319,19 +319,19 @@ KEY Grantor (Grantor)
...
@@ -319,19 +319,19 @@ KEY Grantor (Grantor)
CREATE
TABLE
IF
NOT
EXISTS
help_topic
(
CREATE
TABLE
IF
NOT
EXISTS
help_topic
(
help_topic_id
int
unsigned
not
null
,
help_topic_id
int
unsigned
not
null
,
name
var
char
(
64
)
not
null
,
name
char
(
64
)
not
null
,
help_category_id
smallint
unsigned
not
null
,
help_category_id
smallint
unsigned
not
null
,
description
text
not
null
,
description
text
not
null
,
example
text
not
null
,
example
text
not
null
,
url
var
char
(
128
)
not
null
,
url
char
(
128
)
not
null
,
primary
key
(
help_topic_id
),
unique
index
(
name
)
primary
key
(
help_topic_id
),
unique
index
(
name
)
)
CHARACTER
SET
utf8
comment
=
'help topics'
;
)
CHARACTER
SET
utf8
comment
=
'help topics'
;
CREATE
TABLE
IF
NOT
EXISTS
help_category
(
CREATE
TABLE
IF
NOT
EXISTS
help_category
(
help_category_id
smallint
unsigned
not
null
,
help_category_id
smallint
unsigned
not
null
,
name
var
char
(
64
)
not
null
,
name
char
(
64
)
not
null
,
parent_category_id
smallint
unsigned
null
,
parent_category_id
smallint
unsigned
null
,
url
var
char
(
128
)
not
null
,
url
char
(
128
)
not
null
,
primary
key
(
help_category_id
),
primary
key
(
help_category_id
),
unique
index
(
name
)
unique
index
(
name
)
)
CHARACTER
SET
utf8
comment
=
'help categories'
;
)
CHARACTER
SET
utf8
comment
=
'help categories'
;
...
@@ -344,7 +344,7 @@ primary key (help_keyword_id, help_topic_id)
...
@@ -344,7 +344,7 @@ primary key (help_keyword_id, help_topic_id)
CREATE
TABLE
IF
NOT
EXISTS
help_keyword
(
CREATE
TABLE
IF
NOT
EXISTS
help_keyword
(
help_keyword_id
int
unsigned
not
null
,
help_keyword_id
int
unsigned
not
null
,
name
var
char
(
64
)
not
null
,
name
char
(
64
)
not
null
,
primary
key
(
help_keyword_id
),
primary
key
(
help_keyword_id
),
unique
index
(
name
)
unique
index
(
name
)
)
CHARACTER
SET
utf8
comment
=
'help keywords'
;
)
CHARACTER
SET
utf8
comment
=
'help keywords'
;
...
@@ -491,3 +491,35 @@ ALTER TABLE proc MODIFY name char(64) DEFAULT '' NOT NULL,
...
@@ -491,3 +491,35 @@ ALTER TABLE proc MODIFY name char(64) DEFAULT '' NOT NULL,
'
NO_AUTO_CREATE_USER
',
'
NO_AUTO_CREATE_USER
',
'
HIGH_NOT_PRECEDENCE
'
'
HIGH_NOT_PRECEDENCE
'
) DEFAULT 0 NOT NULL;
) DEFAULT 0 NOT NULL;
#
# Change all varchar fields in privilege tables to CHAR, to ensure that
# we can use the privilege tables in MySQL 4.1
# Note that for this hack to work, we must change all CHAR() columns at
# the same time
#
ALTER TABLE mysql.user
modify Host char(60) binary DEFAULT
''
NOT NULL,
modify User char(16) binary DEFAULT
''
NOT NULL,
modify Password char(41) binary DEFAULT
''
NOT NULL;
ALTER TABLE mysql.db
modify Host char(60) binary DEFAULT
''
NOT NULL,
modify Db char(64) binary DEFAULT
''
NOT NULL,
modify User char(16) binary DEFAULT
''
NOT NULL;
ALTER TABLE mysql.host
modify Host char(60) binary DEFAULT
''
NOT NULL,
modify Db char(64) binary DEFAULT
''
NOT NULL;
ALTER TABLE help_topic
modify name char(64) not null,
modify url char(128) not null;
ALTER TABLE help_category
modify name char(64) not null,
modify url char(128) not null;
ALTER TABLE help_keyword
modify name char(64) not null;
sql/sql_table.cc
View file @
e2ca9c5b
...
@@ -613,7 +613,7 @@ int prepare_create_field(create_field *sql_field,
...
@@ -613,7 +613,7 @@ int prepare_create_field(create_field *sql_field,
Prepares the table and key structures for table creation.
Prepares the table and key structures for table creation.
NOTES
NOTES
sets create_info->varchar if the table has a varchar
or blob.
sets create_info->varchar if the table has a varchar
RETURN VALUES
RETURN VALUES
0 ok
0 ok
...
@@ -862,12 +862,7 @@ int mysql_prepare_table(THD *thd, HA_CREATE_INFO *create_info,
...
@@ -862,12 +862,7 @@ int mysql_prepare_table(THD *thd, HA_CREATE_INFO *create_info,
&
timestamps
,
&
timestamps_with_niladic
,
&
timestamps
,
&
timestamps_with_niladic
,
file
->
table_flags
()))
file
->
table_flags
()))
DBUG_RETURN
(
-
1
);
DBUG_RETURN
(
-
1
);
if
(
sql_field
->
sql_type
==
FIELD_TYPE_BLOB
||
if
(
sql_field
->
sql_type
==
MYSQL_TYPE_VARCHAR
)
sql_field
->
sql_type
==
FIELD_TYPE_MEDIUM_BLOB
||
sql_field
->
sql_type
==
FIELD_TYPE_TINY_BLOB
||
sql_field
->
sql_type
==
FIELD_TYPE_LONG_BLOB
||
sql_field
->
sql_type
==
FIELD_TYPE_GEOMETRY
||
sql_field
->
sql_type
==
MYSQL_TYPE_VARCHAR
)
create_info
->
varchar
=
1
;
create_info
->
varchar
=
1
;
sql_field
->
offset
=
pos
;
sql_field
->
offset
=
pos
;
if
(
MTYP_TYPENR
(
sql_field
->
unireg_check
)
==
Field
::
NEXT_NUMBER
)
if
(
MTYP_TYPENR
(
sql_field
->
unireg_check
)
==
Field
::
NEXT_NUMBER
)
...
...
sql/table.cc
View file @
e2ca9c5b
...
@@ -149,6 +149,15 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
...
@@ -149,6 +149,15 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
*
fn_ext
(
index_file
)
=
'\0'
;
// Remove .frm extension
*
fn_ext
(
index_file
)
=
'\0'
;
// Remove .frm extension
share
->
frm_version
=
head
[
2
];
share
->
frm_version
=
head
[
2
];
/*
Check if .frm file created by MySQL 5.0. In this case we want to
display CHAR fields as CHAR and not as VARCHAR.
We do it this way as we want to keep the old frm version to enable
MySQL 4.1 to read these files.
*/
if
(
share
->
frm_version
==
FRM_VER_TRUE_VARCHAR
-
1
&&
head
[
33
]
==
5
)
share
->
frm_version
=
FRM_VER_TRUE_VARCHAR
;
share
->
db_type
=
ha_checktype
((
enum
db_type
)
(
uint
)
*
(
head
+
3
));
share
->
db_type
=
ha_checktype
((
enum
db_type
)
(
uint
)
*
(
head
+
3
));
share
->
db_create_options
=
db_create_options
=
uint2korr
(
head
+
30
);
share
->
db_create_options
=
db_create_options
=
uint2korr
(
head
+
30
);
share
->
db_options_in_use
=
share
->
db_create_options
;
share
->
db_options_in_use
=
share
->
db_create_options
;
...
@@ -1317,6 +1326,7 @@ File create_frm(register my_string name, uint reclength, uchar *fileinfo,
...
@@ -1317,6 +1326,7 @@ File create_frm(register my_string name, uint reclength, uchar *fileinfo,
create_info
->
table_options
|=
HA_OPTION_LONG_BLOB_PTR
;
// Use portable blob pointers
create_info
->
table_options
|=
HA_OPTION_LONG_BLOB_PTR
;
// Use portable blob pointers
int2store
(
fileinfo
+
30
,
create_info
->
table_options
);
int2store
(
fileinfo
+
30
,
create_info
->
table_options
);
fileinfo
[
32
]
=
0
;
// No filename anymore
fileinfo
[
32
]
=
0
;
// No filename anymore
fileinfo
[
33
]
=
5
;
// Mark for 5.0 frm file
int4store
(
fileinfo
+
34
,
create_info
->
avg_row_length
);
int4store
(
fileinfo
+
34
,
create_info
->
avg_row_length
);
fileinfo
[
38
]
=
(
create_info
->
default_table_charset
?
fileinfo
[
38
]
=
(
create_info
->
default_table_charset
?
create_info
->
default_table_charset
->
number
:
0
);
create_info
->
default_table_charset
->
number
:
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment