summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-03-01 16:09:22 +0200
committerunknown <marko@hundin.mysql.fi>2005-03-01 16:09:22 +0200
commit22e0b300a47321ec8dfef0bb8bc5f7c0f1449ce1 (patch)
tree8ec58b239525ce62926f52413f6429569464bb82 /sql/ha_innodb.h
parent8873e5cc1c975208ae91990682c7ce3250857904 (diff)
downloadmariadb-git-22e0b300a47321ec8dfef0bb8bc5f7c0f1449ce1.tar.gz
InnoDB: Commit inserts to the temporary tables created by
CREATE INDEX and DROP INDEX every 10,000 rows, similar to ALTER TABLE. sql/ha_innodb.cc: Commit inserts to the temporary tables created by CREATE INDEX and DROP INDEX every 10,000 rows, similar to ALTER TABLE. sql/ha_innodb.h: Remove duplicate declaration of srv_max_purge_lag.
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index e76a966c6b9..f10785b695d 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -202,7 +202,6 @@ extern "C" {
extern ulong srv_max_buf_pool_modified_pct;
extern ulong srv_max_purge_lag;
extern ulong srv_auto_extend_increment;
-extern ulong srv_max_purge_lag;
}
extern TYPELIB innobase_lock_typelib;