summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authorkaa@polly.(none) <>2007-10-18 14:32:43 +0400
committerkaa@polly.(none) <>2007-10-18 14:32:43 +0400
commit97226f10270476a7c2fc0ace51093e6cb5685274 (patch)
tree6093857b315df33ac892b0402efa41119c250147 /sql/sql_help.cc
parent9727b6dcac81cbdde1db46e1ce0d6b83939c80e6 (diff)
parent3af902ec47042c1e8cd78172c2544cb83bcb8a27 (diff)
downloadmariadb-git-97226f10270476a7c2fc0ace51093e6cb5685274.tar.gz
Merge polly.(none):/home/kaa/src/maint/mysql-5.0-maint
into polly.(none):/home/kaa/src/maint/mysql-5.1-maint
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc
index c1962c8c650..0d633ce86ac 100644
--- a/sql/sql_help.cc
+++ b/sql/sql_help.cc
@@ -528,7 +528,7 @@ int send_variant_2_list(MEM_ROOT *mem_root, Protocol *protocol,
List_iterator<String> it(*names);
for (pos= pointers; pos!=end; (*pos++= it++));
- qsort(pointers,names->elements,sizeof(String*),string_ptr_cmp);
+ my_qsort(pointers,names->elements,sizeof(String*),string_ptr_cmp);
for (pos= pointers; pos!=end; pos++)
{