1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

IB, SQL: InnoDB partitioning [closes #118]

* native InnoDB partitioning for BY SYSTEM_TIME partitions.
This commit is contained in:
Aleksey Midenkov
2017-02-20 10:06:58 +03:00
parent fb801289f3
commit fc7da4dd4f
31 changed files with 6554 additions and 258 deletions

View File

@ -2435,6 +2435,12 @@ LEX_STRING *handler::engine_name()
}
void handler::ha_statistic_increment(ulong SSV::*offset) const
{
(table->in_use->status_var.*offset)++;
}
double handler::keyread_time(uint index, uint ranges, ha_rows rows)
{
/*