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
63091e07
Commit
63091e07
authored
Nov 03, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
78af4ae4
570f6039
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
myisam/sort.c
myisam/sort.c
+0
-1
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+2
-2
mysql-test/t/innodb_mysql.test
mysql-test/t/innodb_mysql.test
+2
-0
No files found.
myisam/sort.c
View file @
63091e07
...
@@ -323,7 +323,6 @@ pthread_handler_t thr_find_all_keys(void *arg)
...
@@ -323,7 +323,6 @@ pthread_handler_t thr_find_all_keys(void *arg)
if
(
my_thread_init
())
if
(
my_thread_init
())
goto
err
;
goto
err
;
{
/* Add extra block since DBUG_ENTER declare variables */
{
/* Add extra block since DBUG_ENTER declare variables */
DBUG_ENTER
(
"thr_find_all_keys"
);
DBUG_ENTER
(
"thr_find_all_keys"
);
DBUG_PRINT
(
"enter"
,
(
"master: %d"
,
sort_param
->
master
));
DBUG_PRINT
(
"enter"
,
(
"master: %d"
,
sort_param
->
master
));
...
...
mysql-test/lib/mtr_process.pl
View file @
63091e07
...
@@ -441,7 +441,6 @@ sub mtr_kill_leftovers () {
...
@@ -441,7 +441,6 @@ sub mtr_kill_leftovers () {
# Only read pid from files that end with .pid
# Only read pid from files that end with .pid
if
(
$elem
=~
/.*[.]pid$/
)
if
(
$elem
=~
/.*[.]pid$/
)
{
{
my
$pidfile
=
"
$rundir
/
$elem
";
my
$pidfile
=
"
$rundir
/
$elem
";
if
(
-
f
$pidfile
)
if
(
-
f
$pidfile
)
...
@@ -465,7 +464,8 @@ sub mtr_kill_leftovers () {
...
@@ -465,7 +464,8 @@ sub mtr_kill_leftovers () {
}
}
else
else
{
{
mtr_warning
("
Found non pid file
$elem
in
$rundir
");
mtr_warning
("
Found non pid file
$elem
in
$rundir
")
if
-
f
"
$rundir
/
$elem
";
next
;
next
;
}
}
}
}
...
...
mysql-test/t/innodb_mysql.test
View file @
63091e07
...
@@ -117,6 +117,8 @@ INSERT INTO `t2`(`id1`,`id2`,`id3`,`id4`) VALUES
...
@@ -117,6 +117,8 @@ INSERT INTO `t2`(`id1`,`id2`,`id3`,`id4`) VALUES
SELECT
`id1`
FROM
`t1`
WHERE
`id1`
NOT
IN
(
SELECT
`id1`
FROM
`t2`
WHERE
`id2`
=
1
AND
`id3`
=
2
);
SELECT
`id1`
FROM
`t1`
WHERE
`id1`
NOT
IN
(
SELECT
`id1`
FROM
`t2`
WHERE
`id2`
=
1
AND
`id3`
=
2
);
DROP
TABLE
t1
,
t2
;
DROP
TABLE
t1
,
t2
;
#
# Bug #22728 - Handler_rollback value is growing
# Bug #22728 - Handler_rollback value is growing
#
#
...
...
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