mirror of
https://github.com/MariaDB/server.git
synced 2026-05-19 05:20:16 +02:00
cleanup: remove #ifdef MYSQL_VERSION_ID
remove conditional compilation for old MariaDB versions. Some were as old as MYSQL_VERSION_ID > 32300 Didn't touch engines hosted externally, like connect, mroonga, and columnstore
This commit is contained in:
parent
4bfbdbc682
commit
75b2aadb9e
10 changed files with 18 additions and 132 deletions
|
|
@ -211,7 +211,7 @@ static void init_ibd_data(ds_local_file_t *local_file, const uchar *buf, size_t
|
|||
? fil_space_t::is_compressed(flags)
|
||||
: bool(FSP_FLAGS_HAS_PAGE_COMPRESSION(flags));
|
||||
|
||||
#if defined(_WIN32) && (MYSQL_VERSION_ID > 100200)
|
||||
#if defined(_WIN32)
|
||||
/* Make compressed file sparse, on Windows.
|
||||
In 10.1, we do not use sparse files. */
|
||||
if (local_file->compressed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue