summaryrefslogtreecommitdiff
path: root/mysys/ptr_cmp.c
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-05-23 23:47:08 +0300
committermonty@donna.mysql.fi <>2001-05-23 23:47:08 +0300
commit02f007436f68a50945aa05f5b880b0bd2e7ab4d3 (patch)
treed871d522f4bdb89a0c46ec4f8d1428c0bafdbcc2 /mysys/ptr_cmp.c
parent8685094e159f29f2b00642f579be4ca681a10247 (diff)
downloadmariadb-git-02f007436f68a50945aa05f5b880b0bd2e7ab4d3.tar.gz
Added Unique class to be used for duplicate removal in multi-table delete.
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"