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
684689d1
Commit
684689d1
authored
Jan 12, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/mydev/mysql-5.1
into mysql.com:/home/mydev/mysql-5.1-wl1563
parents
50ab39f4
5b69775a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/t/mysqltest.test
mysql-test/t/mysqltest.test
+1
-1
sql/event.h
sql/event.h
+1
-1
No files found.
mysql-test/t/mysqltest.test
View file @
684689d1
...
...
@@ -1037,7 +1037,7 @@ drop table t1;
--
error
1
--
exec
$MYSQL_TEST
--
record
-
x
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
sql
-
R
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
2
>&
1
# The .out file should be non existent
--
exec
test
!
-
e
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
--
exec
test
!
-
s
$MYSQL_TEST_DIR
/
var
/
tmp
/
bug11731
.
out
drop
table
t1
;
...
...
sql/event.h
View file @
684689d1
...
...
@@ -136,7 +136,7 @@ class event_timed
init_ends
(
THD
*
thd
,
Item
*
ends
);
void
event_timed
::
init_body
(
THD
*
thd
);
init_body
(
THD
*
thd
);
void
init_comment
(
THD
*
thd
,
LEX_STRING
*
set_comment
);
...
...
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