Commit 5fe8e9f2 authored by unknown's avatar unknown

After-merge fixes for merge 10.0-base -> 10.0.

parent 701419b0
...@@ -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 << 11) #define CF_INSERTS_DATA (1U << 17)
/** /**
Statement that updates existing rows (UPDATE, multi-update) Statement that updates existing rows (UPDATE, multi-update)
*/ */
#define CF_UPDATES_DATA (1U << 12) #define CF_UPDATES_DATA (1U << 18)
/* Bits in server_command_flags */ /* Bits in server_command_flags */
......
...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment