diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:20:59 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:20:59 +0200 |
commit | ffbd15eb3242ab9b003c025925a462b5bd24a761 (patch) | |
tree | a12ad27f05eea65cb9c48c666c2f8d4c52408c5d /sql/table.h | |
parent | 7ec57f2279b984d071b2c5c24261ee479e1caefc (diff) | |
download | mariadb-git-ffbd15eb3242ab9b003c025925a462b5bd24a761.tar.gz |
post-review comments and other minor edits
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/table.h b/sql/table.h index 2d929bfc41b..fa5bd83371a 100644 --- a/sql/table.h +++ b/sql/table.h @@ -2539,12 +2539,6 @@ static inline int set_zone(int nr,int min_zone,int max_zone) return nr; } -/* Adjust number to next larger disk buffer */ -static inline ulong next_io_size(ulong pos) -{ - return MY_ALIGN(pos, IO_SIZE); -} - /* performance schema */ extern LEX_STRING PERFORMANCE_SCHEMA_DB_NAME; |