summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorserg@janus.mylan <>2007-07-30 19:56:02 +0200
committerserg@janus.mylan <>2007-07-30 19:56:02 +0200
commitf451ac1f966773cafca1019880ca7101a5397f9c (patch)
tree69736a692db7e388c742938c122e14e152af4728 /sql/handler.h
parent94820f1976e70744d7ac6ff06edb9caf57df6a32 (diff)
downloadmariadb-git-f451ac1f966773cafca1019880ca7101a5397f9c.tar.gz
handler::ha_write_row_no_binlog() hack removed,
existing table->no_replicate code is used instead
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 06f0a2cf035..1992af5b1ad 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1158,7 +1158,6 @@ public:
*/
int ha_external_lock(THD *thd, int lock_type);
int ha_write_row(uchar * buf);
- int ha_write_row_no_binlog(uchar * buf);
int ha_update_row(const uchar * old_data, uchar * new_data);
int ha_delete_row(const uchar * buf);