summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-07-30 19:56:02 +0200
committerunknown <serg@janus.mylan>2007-07-30 19:56:02 +0200
commitd9037b26e492a1bf56fcacb2358caa5850d0cc32 (patch)
tree69736a692db7e388c742938c122e14e152af4728 /sql/handler.h
parentd803c8663be28432c50fca8940fcd2fee6925a14 (diff)
downloadmariadb-git-d9037b26e492a1bf56fcacb2358caa5850d0cc32.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);