diff options
author | bell@sanja.is.com.ua <> | 2004-11-12 14:34:00 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-11-12 14:34:00 +0200 |
commit | 31f7811183b6dd197cb7643abbe1b56cec72b602 (patch) | |
tree | 7591e416fa1685ed1e41707824091a5ca7f9c2c1 /sql/filesort.cc | |
parent | 5bf7a8c30b7fb3c21a8cd57b4dad9b05b2a3b521 (diff) | |
download | mariadb-git-31f7811183b6dd197cb7643abbe1b56cec72b602.tar.gz |
post-review fixes
Diffstat (limited to 'sql/filesort.cc')
-rw-r--r-- | sql/filesort.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/filesort.cc b/sql/filesort.cc index ef8148616e5..09d51e31291 100644 --- a/sql/filesort.cc +++ b/sql/filesort.cc @@ -278,7 +278,8 @@ ha_rows filesort(THD *thd, TABLE *table, SORT_FIELD *sortorder, uint s_length, } } if (error) - my_error(ER_FILSORT_ABORT,MYF(ME_ERROR+ME_WAITTANG)); + my_message(ER_FILSORT_ABORT, ER(ER_FILSORT_ABORT), + MYF(ME_ERROR+ME_WAITTANG)); else statistic_add(thd->status_var.filesort_rows, (ulong) records, &LOCK_status); |