1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
sql/ha_ndbcluster.cc:
  SCCS merged
sql/handler.h:
  SCCS merged
This commit is contained in:
unknown
2005-09-30 20:30:09 +02:00
10 changed files with 91 additions and 40 deletions

View File

@ -654,7 +654,7 @@ public:
virtual int reset() { return extra(HA_EXTRA_RESET); }
virtual int external_lock(THD *thd, int lock_type) { return 0; }
virtual void unlock_row() {}
virtual int start_stmt(THD *thd) {return 0;}
virtual int start_stmt(THD *thd, thr_lock_type lock_type) {return 0;}
/*
This is called to delete all rows in a table
If the handler don't support this, then this function will