diff options
author | tsmith@ramayana.hindu.god <> | 2007-12-05 12:33:36 -0700 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2007-12-05 12:33:36 -0700 |
commit | 8fc0bfb6b6d94a8b06c0f3a632baa477612b7249 (patch) | |
tree | 014b7a0c6686c33c9845e9527ebb9f0052457950 /sql/records.cc | |
parent | 1a87a089a76b6c097100f39ff3c13c0c6cde748e (diff) | |
parent | 4e08609f03ebd077bdd0843ab1722c8f19735c68 (diff) | |
download | mariadb-git-8fc0bfb6b6d94a8b06c0f3a632baa477612b7249.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51-merge
Diffstat (limited to 'sql/records.cc')
-rw-r--r-- | sql/records.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/records.cc b/sql/records.cc index 0bf815e4073..349cc4a8329 100644 --- a/sql/records.cc +++ b/sql/records.cc @@ -567,7 +567,8 @@ static int rr_from_cache(READ_RECORD *info) int3store(ref_position,(long) i); ref_position+=3; } - qsort(info->read_positions,length,info->struct_length,(qsort_cmp) rr_cmp); + my_qsort(info->read_positions, length, info->struct_length, + (qsort_cmp) rr_cmp); position=info->read_positions; for (i=0 ; i < length ; i++) |