summaryrefslogtreecommitdiff
path: root/mysys/ptr_cmp.c
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-05-23 23:47:08 +0300
committerunknown <monty@donna.mysql.fi>2001-05-23 23:47:08 +0300
commita542f858bf9f14da04f58223933b992749922d32 (patch)
treed871d522f4bdb89a0c46ec4f8d1428c0bafdbcc2 /mysys/ptr_cmp.c
parent4b799725034bd5f2d7cda76d8a5bcb3b42cb88f3 (diff)
downloadmariadb-git-a542f858bf9f14da04f58223933b992749922d32.tar.gz
Added Unique class to be used for duplicate removal in multi-table delete.
mysys/ptr_cmp.c: Removed old comments pstack/bucomm.c: Change to use mkstemp. sql/Makefile.am: Added Unique class sql/filesort.cc: Changes to let the Unique class use the old filesort code. sql/sql_class.h: Added Unique class sql/sql_handler.cc: Removed warning. sql/sql_select.cc: Cleaned up typo.
Diffstat (limited to 'mysys/ptr_cmp.c')
-rw-r--r--mysys/ptr_cmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/ptr_cmp.c b/mysys/ptr_cmp.c
index 65b2c51aafd..f9b3e34d702 100644
--- a/mysys/ptr_cmp.c
+++ b/mysys/ptr_cmp.c
@@ -19,9 +19,6 @@
get_ptr_compare(len) returns a pointer to a optimal byte-compare function
for a array of stringpointer where all strings have size len.
The bytes are compare as unsigned chars.
- Because the size is saved in a static variable.
- When using threads the program must have called my_init and the thread
- my_init_thread()
*/
#include "mysys_priv.h"