summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2002-03-15 18:44:44 -0700
committersasha@mysql.sashanet.com <>2002-03-15 18:44:44 -0700
commit2e6b48afd31008809439900db2d577ea0ff9d90f (patch)
treefd01da1dc4d0055ee7386fa88268c65589a33c64 /sql/sql_lex.h
parentd993a1c0c49ab200203993a8b20fb5ab02b930e2 (diff)
downloadmariadb-git-2e6b48afd31008809439900db2d577ea0ff9d90f.tar.gz
replication updates and bugfixes. Still not perfect - there is some strange
memory corruption I can only repeat on one system.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index ecfb3dec99c..6961ab8c712 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -98,6 +98,8 @@ typedef struct st_lex_master_info
uint port, connect_retry;
ulonglong pos;
ulong server_id;
+ char* relay_log_name;
+ ulong relay_log_pos;
} LEX_MASTER_INFO;