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
f5fda859
Commit
f5fda859
authored
May 13, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteam
into host.loc:/work/bk/5.1-bugteam
parents
e918671c
d27005e7
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
83 deletions
+26
-83
mysql-test/r/create.result
mysql-test/r/create.result
+0
-10
mysql-test/r/events_2.result
mysql-test/r/events_2.result
+10
-0
mysql-test/r/sp.result
mysql-test/r/sp.result
+2
-61
mysql-test/t/create.test
mysql-test/t/create.test
+0
-11
mysql-test/t/events_2.test
mysql-test/t/events_2.test
+12
-0
mysql-test/t/sp.test
mysql-test/t/sp.test
+2
-1
No files found.
mysql-test/r/create.result
View file @
f5fda859
...
@@ -1655,16 +1655,6 @@ Table Create Table
...
@@ -1655,16 +1655,6 @@ Table Create Table
show create view имя_вью_кодировке_утф8_длиной_больше_чем_42;
show create view имя_вью_кодировке_утф8_длиной_больше_чем_42;
View Create View character_set_client collation_connection
View Create View character_set_client collation_connection
имя_вью_кодировке_утф8_длиной_больше_чем_42 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `имя_вью_кодировке_утф8_длиной_больше_чем_42` AS select `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48`.`имя_поля_в_кодировке_утф8_длиной_больше_чем_45` AS `имя_поля_в_кодировке_утф8_длиной_больше_чем_45` from `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48` utf8 utf8_general_ci
имя_вью_кодировке_утф8_длиной_больше_чем_42 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `имя_вью_кодировке_утф8_длиной_больше_чем_42` AS select `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48`.`имя_поля_в_кодировке_утф8_длиной_больше_чем_45` AS `имя_поля_в_кодировке_утф8_длиной_больше_чем_45` from `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48` utf8 utf8_general_ci
create event имя_события_в_кодировке_утф8_длиной_больше_чем_48 on schedule every 2 year do select 1;
select EVENT_NAME from information_schema.events
where event_schema='test';
EVENT_NAME
имя_события_в_кодировке_утф8_длиной_больше_чем_48
drop event имя_события_в_кодировке_утф8_длиной_больше_чем_48;
create event
очень_очень_очень_очень_очень_очень_очень_очень_длинная_строка_66
on schedule every 2 year do select 1;
ERROR 42000: Identifier name 'очень_очень_очень_очень_очень_очень_очень_очень_длинна' is too long
create trigger имя_триггера_в_кодировке_утф8_длиной_больше_чем_49
create trigger имя_триггера_в_кодировке_утф8_длиной_больше_чем_49
before insert on имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48 for each row set @a:=1;
before insert on имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48 for each row set @a:=1;
select TRIGGER_NAME from information_schema.triggers where
select TRIGGER_NAME from information_schema.triggers where
...
...
mysql-test/r/events_2.result
View file @
f5fda859
...
@@ -318,4 +318,14 @@ insert into t1 (a) values (1)|
...
@@ -318,4 +318,14 @@ insert into t1 (a) values (1)|
ERROR HY000: Explicit or implicit commit is not allowed in stored function or trigger.
ERROR HY000: Explicit or implicit commit is not allowed in stored function or trigger.
drop table t1|
drop table t1|
drop event e1|
drop event e1|
set names utf8;
create event имя_события_в_кодировке_утф8_длиной_больше_чем_48 on schedule every 2 year do select 1;
select EVENT_NAME from information_schema.events
where event_schema='test';
EVENT_NAME
drop event имя_события_в_кодировке_утф8_длиной_больше_чем_48;
create event
очень_очень_очень_очень_очень_очень_очень_очень_длинная_строка_66
on schedule every 2 year do select 1;
ERROR 42000: Identifier name 'очень_очень_очень_очень_очень_очень_очень_очень_длинна' is too long
drop database events_test;
drop database events_test;
mysql-test/r/sp.result
View file @
f5fda859
...
@@ -2446,7 +2446,8 @@ show errors;
...
@@ -2446,7 +2446,8 @@ show errors;
show columns from t1;
show columns from t1;
show keys from t1;
show keys from t1;
show open tables like 'foo';
show open tables like 'foo';
show privileges;
# Removed because result will differ in embedded mode.
#show privileges;
show status like 'foo';
show status like 'foo';
show tables like 'foo';
show tables like 'foo';
show variables like 'foo';
show variables like 'foo';
...
@@ -2472,36 +2473,6 @@ id char(16) NO
...
@@ -2472,36 +2473,6 @@ id char(16) NO
data int(11) NO NULL
data int(11) NO NULL
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
Database Table In_use Name_locked
Database Table In_use Name_locked
Privilege Context Comment
Alter Tables To alter the table
Alter routine Functions,Procedures To alter or drop stored functions/procedures
Create Databases,Tables,Indexes To create new databases and tables
Create routine Functions,Procedures To use CREATE FUNCTION/PROCEDURE
Create temporary tables Databases To use CREATE TEMPORARY TABLE
Create view Tables To create new views
Create user Server Admin To create new users
Delete Tables To delete existing rows
Drop Databases,Tables To drop databases, tables, and views
Event Server Admin To create, alter, drop and execute events
Execute Functions,Procedures To execute stored routines
File File access on server To read and write files on the server
Grant option Databases,Tables,Functions,Procedures To give to other users those privileges you possess
Index Tables To create or drop indexes
Insert Tables To insert data into tables
Lock tables Databases To use LOCK TABLES (together with SELECT privilege)
Process Server Admin To view the plain text of currently executing queries
References Databases,Tables To have references on tables
Reload Server Admin To reload or refresh tables, logs and privileges
Replication client Server Admin To ask where the slave or master servers are
Replication slave Server Admin To read binary log events from the master
Select Tables To retrieve rows from table
Show databases Server Admin To see all databases with SHOW DATABASES
Show view Tables To see views with SHOW CREATE VIEW
Shutdown Server Admin To shut down the server
Super Server Admin To use KILL thread, SET GLOBAL, CHANGE MASTER, etc.
Trigger Tables To use triggers
Update Tables To update existing rows
Usage Server Admin No privileges - allow connect only
Variable_name Value
Variable_name Value
Tables_in_test (foo)
Tables_in_test (foo)
Variable_name Value
Variable_name Value
...
@@ -2526,36 +2497,6 @@ id char(16) NO
...
@@ -2526,36 +2497,6 @@ id char(16) NO
data int(11) NO NULL
data int(11) NO NULL
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
Database Table In_use Name_locked
Database Table In_use Name_locked
Privilege Context Comment
Alter Tables To alter the table
Alter routine Functions,Procedures To alter or drop stored functions/procedures
Create Databases,Tables,Indexes To create new databases and tables
Create routine Functions,Procedures To use CREATE FUNCTION/PROCEDURE
Create temporary tables Databases To use CREATE TEMPORARY TABLE
Create view Tables To create new views
Create user Server Admin To create new users
Delete Tables To delete existing rows
Drop Databases,Tables To drop databases, tables, and views
Event Server Admin To create, alter, drop and execute events
Execute Functions,Procedures To execute stored routines
File File access on server To read and write files on the server
Grant option Databases,Tables,Functions,Procedures To give to other users those privileges you possess
Index Tables To create or drop indexes
Insert Tables To insert data into tables
Lock tables Databases To use LOCK TABLES (together with SELECT privilege)
Process Server Admin To view the plain text of currently executing queries
References Databases,Tables To have references on tables
Reload Server Admin To reload or refresh tables, logs and privileges
Replication client Server Admin To ask where the slave or master servers are
Replication slave Server Admin To read binary log events from the master
Select Tables To retrieve rows from table
Show databases Server Admin To see all databases with SHOW DATABASES
Show view Tables To see views with SHOW CREATE VIEW
Shutdown Server Admin To shut down the server
Super Server Admin To use KILL thread, SET GLOBAL, CHANGE MASTER, etc.
Trigger Tables To use triggers
Update Tables To update existing rows
Usage Server Admin No privileges - allow connect only
Variable_name Value
Variable_name Value
Tables_in_test (foo)
Tables_in_test (foo)
Variable_name Value
Variable_name Value
...
...
mysql-test/t/create.test
View file @
f5fda859
...
@@ -1279,17 +1279,6 @@ table_schema='test';
...
@@ -1279,17 +1279,6 @@ table_schema='test';
show
create
table
имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48
;
show
create
table
имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48
;
show
create
view
имя_вью_кодировке_утф8_длиной_больше_чем_42
;
show
create
view
имя_вью_кодировке_утф8_длиной_больше_чем_42
;
# procedure, function, event, trigger
create
event
имя_события_в_кодировке_утф8_длиной_больше_чем_48
on
schedule
every
2
year
do
select
1
;
select
EVENT_NAME
from
information_schema
.
events
where
event_schema
=
'test'
;
drop
event
имя_события_в_кодировке_утф8_длиной_больше_чем_48
;
--
error
1059
create
event
очень_очень_очень_очень_очень_очень_очень_очень_длинная_строка_66
on
schedule
every
2
year
do
select
1
;
create
trigger
имя_триггера_в_кодировке_утф8_длиной_больше_чем_49
create
trigger
имя_триггера_в_кодировке_утф8_длиной_больше_чем_49
before
insert
on
имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48
for
each
row
set
@
a
:=
1
;
before
insert
on
имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48
for
each
row
set
@
a
:=
1
;
select
TRIGGER_NAME
from
information_schema
.
triggers
where
select
TRIGGER_NAME
from
information_schema
.
triggers
where
...
...
mysql-test/t/events_2.test
View file @
f5fda859
...
@@ -398,6 +398,18 @@ drop table t1|
...
@@ -398,6 +398,18 @@ drop table t1|
drop
event
e1
|
drop
event
e1
|
delimiter
;
|
delimiter
;
|
#
# Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
#
set
names
utf8
;
create
event
имя_события_в_кодировке_утф8_длиной_больше_чем_48
on
schedule
every
2
year
do
select
1
;
select
EVENT_NAME
from
information_schema
.
events
where
event_schema
=
'test'
;
drop
event
имя_события_в_кодировке_утф8_длиной_больше_чем_48
;
--
error
1059
create
event
очень_очень_очень_очень_очень_очень_очень_очень_длинная_строка_66
on
schedule
every
2
year
do
select
1
;
#
#
# End of tests
# End of tests
...
...
mysql-test/t/sp.test
View file @
f5fda859
...
@@ -2945,7 +2945,8 @@ begin
...
@@ -2945,7 +2945,8 @@ begin
show columns from t1;
show columns from t1;
show keys from t1;
show keys from t1;
show open tables like 'foo';
show open tables like 'foo';
show privileges;
# Removed because result will differ in embedded mode.
#show privileges;
show status like 'foo';
show status like 'foo';
show tables like 'foo';
show tables like 'foo';
show variables like 'foo';
show variables like 'foo';
...
...
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