summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/slave.cc2
-rw-r--r--sql/sql_yacc.yy7
2 files changed, 0 insertions, 9 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index 4c73853f5e8..fcbd4eb841b 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -29,8 +29,6 @@
#include <errmsg.h>
#include <mysys_err.h>
-static Log_event* next_event(RELAY_LOG_INFO* rli);
-
#ifdef HAVE_REPLICATION
#include "rpl_tblmap.h"
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index a674a6702ed..92d938c6b79 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -4505,13 +4505,6 @@ create_table_option:
Lex->create_info.transactional= ($3 != 0 ? HA_CHOICE_YES :
HA_CHOICE_NO);
}
-
- | TRANSACTIONAL_SYM opt_equal ulong_num
- {
- Lex->create_info.used_fields|= HA_CREATE_USED_TRANSACTIONAL;
- Lex->create_info.transactional= ($3 != 0 ? HA_CHOICE_YES :
- HA_CHOICE_NO);
- }
;
default_charset: