summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-07-23 14:35:25 -0600
committerunknown <sasha@mysql.sashanet.com>2001-07-23 14:35:25 -0600
commit6092c21371b9a6e0e122ee6e3810821d06465243 (patch)
treedefe006cb0af08eefc892030821d324407d7a8a0 /sql/log_event.h
parentb282f4290578f0e8e387fcebcd1641337d2601eb (diff)
downloadmariadb-git-6092c21371b9a6e0e122ee6e3810821d06465243.tar.gz
clean-up, more work on LOAD DATA INFILE
sql/log_event.h: more work on LOAD DATA INFILE
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 9c110128ff4..1b92ff7ff83 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -105,6 +105,10 @@
#define R_POS_OFFSET 0
#define R_IDENT_OFFSET 8
+#define CF_DB_LEN_OFFSET 0
+#define CF_TBL_LEN_OFFSET 1
+#define CF_FILE_ID_OFFSET 2
+
#define QUERY_EVENT_OVERHEAD (LOG_EVENT_HEADER_LEN+QUERY_HEADER_LEN)
#define QUERY_DATA_OFFSET (LOG_EVENT_HEADER_LEN+QUERY_HEADER_LEN)
#define ROTATE_EVENT_OVERHEAD (LOG_EVENT_HEADER_LEN+ROTATE_HEADER_LEN)