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
3140ce71
Commit
3140ce71
authored
Jan 31, 2010
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test result file.
parent
6e76c92b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
mysql-test/r/mysqld--help-win.result
mysql-test/r/mysqld--help-win.result
+9
-0
No files found.
mysql-test/r/mysqld--help-win.result
View file @
3140ce71
...
@@ -37,6 +37,14 @@ The following options may be given as the first argument:
...
@@ -37,6 +37,14 @@ The following options may be given as the first argument:
binary log during a transaction. If you often use big,
binary log during a transaction. If you often use big,
multi-statement transactions you can increase this to get
multi-statement transactions you can increase this to get
more performance
more performance
--binlog-direct-non-transactional-updates
Causes updates to non-transactional engines using
statement format to be written directly to binary log.
Before using this option make sure that there are no
dependencies between transactional and non-transactional
tables such as in the statement INSERT INTO t_myisam
SELECT * FROM t_innodb; otherwise, slaves may diverge
from the master.
--binlog-do-db=name Tells the master it should log updates for the specified
--binlog-do-db=name Tells the master it should log updates for the specified
database, and exclude all others not explicitly
database, and exclude all others not explicitly
mentioned.
mentioned.
...
@@ -772,6 +780,7 @@ back-log 50
...
@@ -772,6 +780,7 @@ back-log 50
big-tables FALSE
big-tables FALSE
bind-address (No default value)
bind-address (No default value)
binlog-cache-size 32768
binlog-cache-size 32768
binlog-direct-non-transactional-updates FALSE
binlog-format STATEMENT
binlog-format STATEMENT
binlog-row-event-max-size 1024
binlog-row-event-max-size 1024
blackhole ON
blackhole ON
...
...
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