diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-23 23:47:08 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-23 23:47:08 +0300 |
commit | 925dd5da1d747c22520333480eadd016f738f61f (patch) | |
tree | d871d522f4bdb89a0c46ec4f8d1428c0bafdbcc2 /mysys/ptr_cmp.c | |
parent | 74408de0a9947fa9deb28ea81c8dd8a297e936b8 (diff) | |
download | mariadb-git-925dd5da1d747c22520333480eadd016f738f61f.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.c | 3 |
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" |