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
8b79063d
Commit
8b79063d
authored
Oct 05, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents
c3e20d90
276aaa21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
client/mysqldump.c
client/mysqldump.c
+3
-1
No files found.
client/mysqldump.c
View file @
8b79063d
...
@@ -2758,7 +2758,7 @@ static int dump_all_tablespaces()
...
@@ -2758,7 +2758,7 @@ static int dump_all_tablespaces()
char
*
endsemi
;
char
*
endsemi
;
if
(
mysql_query_with_error_report
(
mysql
,
&
tableres
,
if
(
mysql_query_with_error_report
(
mysql
,
&
tableres
,
"SELECT
DISTINCT
"
"SELECT"
" LOGFILE_GROUP_NAME,"
" LOGFILE_GROUP_NAME,"
" FILE_NAME,"
" FILE_NAME,"
" TOTAL_EXTENTS,"
" TOTAL_EXTENTS,"
...
@@ -2768,6 +2768,8 @@ static int dump_all_tablespaces()
...
@@ -2768,6 +2768,8 @@ static int dump_all_tablespaces()
" FROM INFORMATION_SCHEMA.FILES"
" FROM INFORMATION_SCHEMA.FILES"
" WHERE FILE_TYPE =
\"
UNDO LOG
\"
"
" WHERE FILE_TYPE =
\"
UNDO LOG
\"
"
" AND FILE_NAME IS NOT NULL"
" AND FILE_NAME IS NOT NULL"
" GROUP BY LOGFILE_GROUP_NAME, FILE_NAME"
", ENGINE"
" ORDER BY LOGFILE_GROUP_NAME"
))
" ORDER BY LOGFILE_GROUP_NAME"
))
return
1
;
return
1
;
...
...
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