diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-11-16 18:24:58 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-11-20 15:05:58 +0100 |
commit | cd29aee50d75918a94b5d019c78a459c2824d7e0 (patch) | |
tree | ce496e970c637e563655130d08e3cafb773034ce /sql/sql_sort.h | |
parent | 1823ce7304b3fc9328181476319a53824b81626c (diff) | |
download | mariadb-git-cd29aee50d75918a94b5d019c78a459c2824d7e0.tar.gz |
misc cleanup
Diffstat (limited to 'sql/sql_sort.h')
-rw-r--r-- | sql/sql_sort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_sort.h b/sql/sql_sort.h index c29bf1440c9..231bc93ce75 100644 --- a/sql/sql_sort.h +++ b/sql/sql_sort.h @@ -92,7 +92,6 @@ public: memset(this, 0, sizeof(*this)); } void init_for_filesort(uint sortlen, TABLE *table, - ulong max_length_for_sort_data, ha_rows maxrows, bool sort_positions); }; |