diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-03-03 15:15:00 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-03-03 15:15:00 +0200 |
commit | 6cde211d8ddefb98945904967cb028d6e3844bd0 (patch) | |
tree | 487795d7c0839877bc954f8471c0389790783905 /storage/xtradb/include/os0file.h | |
parent | ec45160e3b8cb5fb4dc1118fc7c539f5f256d85c (diff) | |
download | mariadb-git-6cde211d8ddefb98945904967cb028d6e3844bd0.tar.gz |
Fix typo.
Diffstat (limited to 'storage/xtradb/include/os0file.h')
-rw-r--r-- | storage/xtradb/include/os0file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/os0file.h b/storage/xtradb/include/os0file.h index e4df03a1c8a..1cb19e57516 100644 --- a/storage/xtradb/include/os0file.h +++ b/storage/xtradb/include/os0file.h @@ -1251,7 +1251,7 @@ os_aio_windows_handle( actual page size does not decrease. */ ibool page_compression, /*!< in: is page compression used on this file space */ - ulint page_compression_level) /*!< page compression + ulint page_compression_level); /*!< page compression level to be used */ #endif |