diff options
author | venu@myvenu.com <> | 2003-02-20 14:14:37 -0800 |
---|---|---|
committer | venu@myvenu.com <> | 2003-02-20 14:14:37 -0800 |
commit | ee2b88869675b3393b23f4f7d9fe253873fd613f (patch) | |
tree | 5acab851085621a0ba8465cb1069b4dc1e3377cc /sql/filesort.cc | |
parent | af9a92cf37efcd9d5cee65e56fd6aa52228c4281 (diff) | |
download | mariadb-git-ee2b88869675b3393b23f4f7d9fe253873fd613f.tar.gz |
Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM
Diffstat (limited to 'sql/filesort.cc')
-rw-r--r-- | sql/filesort.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/filesort.cc b/sql/filesort.cc index e1ef9c26008..6bc0fc957a9 100644 --- a/sql/filesort.cc +++ b/sql/filesort.cc @@ -70,7 +70,6 @@ ha_rows filesort(THD *thd, TABLE *table, SORT_FIELD *sortorder, uint s_length, int error; ulong memavl; uint maxbuffer; - uint i; BUFFPEK *buffpek; ha_rows records; uchar **sort_keys; |