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
a1eab6ee
Commit
a1eab6ee
authored
Mar 25, 2008
by
anozdrin/alik@quad.opbmk
Browse files
Options
Browse Files
Download
Plain Diff
Merge quad.opbmk:/mnt/raid/alik/MySQL/devel/5.1
into quad.opbmk:/mnt/raid/alik/MySQL/devel/5.1-rt-merged
parents
6e09515a
bc683c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
mysql-test/suite/binlog/combinations
mysql-test/suite/binlog/combinations
+8
-0
sql/set_var.h
sql/set_var.h
+2
-2
No files found.
mysql-test/suite/binlog/combinations
0 → 100644
View file @
a1eab6ee
[row]
--binlog-format=row
[stmt]
--binlog-format=statement
[mix]
--binlog-format=mixed
sql/set_var.h
View file @
a1eab6ee
...
...
@@ -73,8 +73,8 @@ public:
bool
no_support_one_shot
;
sys_var
(
const
char
*
name_arg
,
sys_after_update_func
func
=
NULL
,
Binlog_status_enum
binlog_status_arg
=
NOT_IN_BINLOG
)
:
name
(
name_arg
),
after_update
(
func
),
binlog_status
(
binlog_status_arg
)
,
no_support_one_shot
(
1
)
:
name
(
name_arg
),
after_update
(
func
),
no_support_one_shot
(
1
),
binlog_status
(
binlog_status_arg
)
{}
virtual
~
sys_var
()
{}
void
chain_sys_var
(
sys_var_chain
*
chain_arg
)
...
...
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