summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-06-28 17:59:41 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-06-28 17:59:41 -0300
commitbfd3b7a109f567ebbbe0f17a6a804c3d42285a89 (patch)
tree1496d4c5a961584fa7eb53f2e3bb14728c515594 /sql/log_event.h
parent407b68bf99bbd4321e675259335f9266f0f5fe49 (diff)
downloadmariadb-git-bfd3b7a109f567ebbbe0f17a6a804c3d42285a89.tar.gz
Revert Bug#48321 due to build breakage and failing tests.
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 816a241e55d..e3ca4ca3321 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -264,8 +264,7 @@ struct sql_ex_info
1 + 2 /* type, lc_time_names_number */ + \
1 + 2 /* type, charset_database_number */ + \
1 + 8 /* type, table_map_for_update */ + \
- 1 + 4 /* type, master_data_written */ + \
- 1 + 16 + 1 + 60/* type, user_len, user, host_len, host */)
+ 1 + 4 /* type, master_data_written */)
#define MAX_LOG_EVENT_HEADER ( /* in order of Query_log_event::write */ \
LOG_EVENT_HEADER_LEN + /* write_header */ \
QUERY_HEADER_LEN + /* write_data */ \
@@ -334,8 +333,6 @@ struct sql_ex_info
#define Q_MASTER_DATA_WRITTEN_CODE 10
-#define Q_INVOKER 11
-
/* Intvar event post-header */
/* Intvar event data */
@@ -1549,8 +1546,6 @@ protected:
*/
class Query_log_event: public Log_event
{
- LEX_STRING user;
- LEX_STRING host;
protected:
Log_event::Byte* data_buf;
public: