summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-01-29 17:31:20 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-01-29 17:31:20 +0400
commit307ed01440291b47e938073666f5e77c62eefb8c (patch)
tree264982c7494f97fc034269d9b20c340299092a4b /sql/filesort.cc
parent6a188877d440749e51aafdc98e4e656ae166d9ba (diff)
downloadmariadb-git-307ed01440291b47e938073666f5e77c62eefb8c.tar.gz
Move latin1 into a separarte file
Diffstat (limited to 'sql/filesort.cc')
-rw-r--r--sql/filesort.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/filesort.cc b/sql/filesort.cc
index 0e0b2c8f33a..6d2932946e4 100644
--- a/sql/filesort.cc
+++ b/sql/filesort.cc
@@ -75,7 +75,7 @@ ha_rows filesort(THD *thd, TABLE *table, SORT_FIELD *sortorder, uint s_length,
uchar **sort_keys;
IO_CACHE tempfile, buffpek_pointers, *selected_records_file, *outfile;
SORTPARAM param;
- CHARSET_INFO *charset=my_charset_bin;
+ CHARSET_INFO *charset= &my_charset_bin;
DBUG_ENTER("filesort");
DBUG_EXECUTE("info",TEST_filesort(sortorder,s_length););
#ifdef SKIP_DBUG_IN_FILESORT