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
44704088
Commit
44704088
authored
Mar 07, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B34909-5.0-opt
parents
4b9aa6a4
159c34bf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
client/mysqldump.c
client/mysqldump.c
+1
-0
mysql-test/r/mysqldump-no-binlog.result
mysql-test/r/mysqldump-no-binlog.result
+1
-0
mysql-test/t/mysqldump-no-binlog-master.opt
mysql-test/t/mysqldump-no-binlog-master.opt
+1
-0
mysql-test/t/mysqldump-no-binlog.test
mysql-test/t/mysqldump-no-binlog.test
+6
-0
No files found.
client/mysqldump.c
View file @
44704088
...
...
@@ -3285,6 +3285,7 @@ static int do_show_master_status(MYSQL *mysql_con)
my_printf_error
(
0
,
"Error: Binlogging on server not active"
,
MYF
(
0
));
mysql_free_result
(
master
);
maybe_exit
(
EX_MYSQLERR
);
return
1
;
}
mysql_free_result
(
master
);
...
...
mysql-test/r/mysqldump-no-binlog.result
0 → 100644
View file @
44704088
mysqldump: Error: Binlogging on server not active
mysql-test/t/mysqldump-no-binlog-master.opt
0 → 100644
View file @
44704088
--skip-log-bin
mysql-test/t/mysqldump-no-binlog.test
0 → 100644
View file @
44704088
# Embedded server doesn't support external clients
--
source
include
/
not_embedded
.
inc
--
replace_regex
/
MASTER_LOG_POS
=
[
0
-
9
]
+/
XX
/
--
error
2
--
exec
$MYSQL_DUMP
--
compact
--
master
-
data
=
2
test
2
>&
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