~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_sort.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* Sort of string pointers in string-order with radix or qsort */
17
17
 
18
18
#include "mysys_priv.h"
19
 
#include <m_string.h>
 
19
#include <mystrings/m_string.h>
20
20
 
21
21
void my_string_ptr_sort(uchar *base, uint items, size_t size)
22
22
{