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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ef5c261a
Commit
ef5c261a
authored
Jun 23, 2006
by
andrey@lmy004
Browse files
Options
Browse Files
Download
Plain Diff
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into lmy004.:/work/mysql-5.1-runtime-bug20624
parents
44de151e
08f9d359
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
0 deletions
+21
-0
mysql-test/t/events.test
mysql-test/t/events.test
+3
-0
mysql-test/t/events_bugs.test
mysql-test/t/events_bugs.test
+3
-0
mysql-test/t/events_grant.test
mysql-test/t/events_grant.test
+3
-0
mysql-test/t/events_logs_tests.test
mysql-test/t/events_logs_tests.test
+3
-0
mysql-test/t/events_microsec.test
mysql-test/t/events_microsec.test
+3
-0
mysql-test/t/events_scheduling.test
mysql-test/t/events_scheduling.test
+3
-0
mysql-test/t/events_stress.test
mysql-test/t/events_stress.test
+3
-0
No files found.
mysql-test/t/events.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
create
database
if
not
exists
events_test
;
use
events_test
;
...
...
mysql-test/t/events_bugs.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
create
database
if
not
exists
events_test
;
use
events_test
;
...
...
mysql-test/t/events_grant.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
CREATE
DATABASE
IF
NOT
EXISTS
events_test
;
use
events_test
;
#
...
...
mysql-test/t/events_logs_tests.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
create
database
if
not
exists
events_test
;
use
events_test
;
--
echo
"We use procedure here because its statements won't be logged into the general log"
...
...
mysql-test/t/events_microsec.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
create
database
if
not
exists
events_test
;
use
events_test
;
...
...
mysql-test/t/events_scheduling.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
CREATE
DATABASE
IF
NOT
EXISTS
events_test
;
USE
events_test
;
CREATE
TABLE
table_1
(
a
int
);
...
...
mysql-test/t/events_stress.test
View file @
ef5c261a
# Can't test with embedded server that doesn't support grants
--
source
include
/
not_embedded
.
inc
CREATE
DATABASE
IF
NOT
EXISTS
events_test
;
#
# DROP DATABASE test start (bug #16406)
...
...
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