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
5fe8e9f2
Commit
5fe8e9f2
authored
Dec 18, 2012
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After-merge fixes for merge 10.0-base -> 10.0.
parent
701419b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
sql/sql_class.h
sql/sql_class.h
+2
-2
storage/innobase/log/log0log.cc
storage/innobase/log/log0log.cc
+1
-0
No files found.
sql/sql_class.h
View file @
5fe8e9f2
...
@@ -4369,12 +4369,12 @@ public:
...
@@ -4369,12 +4369,12 @@ public:
/**
/**
Statement that inserts new rows (INSERT, REPLACE, LOAD, ALTER TABLE)
Statement that inserts new rows (INSERT, REPLACE, LOAD, ALTER TABLE)
*/
*/
#define CF_INSERTS_DATA (1U << 1
1
)
#define CF_INSERTS_DATA (1U << 1
7
)
/**
/**
Statement that updates existing rows (UPDATE, multi-update)
Statement that updates existing rows (UPDATE, multi-update)
*/
*/
#define CF_UPDATES_DATA (1U << 1
2
)
#define CF_UPDATES_DATA (1U << 1
8
)
/* Bits in server_command_flags */
/* Bits in server_command_flags */
...
...
storage/innobase/log/log0log.cc
View file @
5fe8e9f2
...
@@ -37,6 +37,7 @@ Created 12/9/1995 Heikki Tuuri
...
@@ -37,6 +37,7 @@ Created 12/9/1995 Heikki Tuuri
#endif
#endif
#ifndef UNIV_HOTBACKUP
#ifndef UNIV_HOTBACKUP
#include "ha_prototypes.h"
#include "mem0mem.h"
#include "mem0mem.h"
#include "buf0buf.h"
#include "buf0buf.h"
#include "buf0flu.h"
#include "buf0flu.h"
...
...
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