summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorunknown <mats@romeo.(none)>2007-03-29 22:32:28 +0200
committerunknown <mats@romeo.(none)>2007-03-29 22:32:28 +0200
commit85f7c6776b0f2da322bacf07b878db3fdd453d83 (patch)
tree93e0642c8eee5f6c71fcece46ad40eb09c14f16e /sql/log_event.h
parent2c86b5ad16f816b9a609f9b958fcc545058a89f4 (diff)
downloadmariadb-git-85f7c6776b0f2da322bacf07b878db3fdd453d83.tar.gz
Post-merge patch.
mysql-test/t/binlog_stm_mix_innodb_myisam.test: Position change sql/log_event.h: Event number change
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 4fe315343f9..500f3533c92 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -490,7 +490,7 @@ enum Log_event_type
/*
Something out of the ordinary happened on the master
*/
- INCIDENT_EVENT= 23,
+ INCIDENT_EVENT= 26,
/*
Add new events here - right above this comment!