1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00
Commit Graph

77 Commits

Author SHA1 Message Date
eab2893dac RB-Tree indexes support in HEAP tables
Renamed _hp_func  ->  hp_func
mi_key_cmp moved to /mysys/my_handler.c
New tests for HEAP tables
2002-04-25 13:36:55 +05:00
727122aadd merge 2002-04-25 01:16:42 +03:00
f94d84a9ec SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
2002-04-18 18:24:14 +03:00
727e507bca merge with 3.23.50 2002-03-27 01:56:10 +02:00
ed040fe21e Fix for bug in WHERE key='j' or key='J' 2002-03-22 14:03:42 +02:00
40c77c767b Removed compiler warnings 2002-02-09 04:00:24 +02:00
b658662ae4 Update copyright
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
2001-12-06 14:10:51 +02:00
4c60b41954 Portability fix
Cleanup typos (like SKIPP -> SKIP)
2001-11-07 00:13:29 +02:00
fd0780493d merge with 3.23.44 2001-11-04 16:14:09 +02:00
0716bf4d0e Portability fixes 2001-10-31 20:28:43 +02:00
5a9ce774dc Update for OS2 (patch from Yuri Dario).
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types
2001-10-31 03:22:31 +02:00
5a14bb2a7e Integrated table->ref_primary_key into table->part_of_key
Fixed bug in UNION
2001-09-21 03:38:35 +03:00
18474d8419 Merge with 3.23.42 2001-09-13 09:52:35 +02:00
7a19987805 OS2 patch 2001-09-12 23:53:31 +03:00
447c18954e merge with 3.23.42 2001-09-02 18:38:33 +02:00
55edbd24cf Fixed problem in myisampack with blobs 2001-08-30 14:24:15 +03:00
733f865f54 Fixes for OS2.
Fix bug in isamlog
Add argument types to function declarations.
2001-08-22 01:45:07 +03:00
0043136882 merged 2001-07-02 21:52:22 +02:00
15b6738474 memory-limited tree
bulk inserts optimization: caching keys in binary tree
2001-07-02 21:18:57 +02:00
b7c3a28149 Removed compiler warnings.
Added preliminary handling of symlinks in MyISAM.
When using myisamchk to check tables with --force, don't repair
tables that are marked as 'not closed' if they are ok.
Change fn_format() to use my_real_path and my_symlink
2001-05-31 14:07:17 +03:00
a12117f036 change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments 2001-05-10 18:14:15 -06:00
a8c7affe21 Added "--character-sets-dir" to myisampack 2001-02-07 23:42:43 +02:00
9323e733ff Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables 2000-10-15 18:45:53 +03:00
1243abdcf2 Force bitkeeper into sync 2000-08-18 17:38:24 +03:00
ea013c2152 Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
aaf6c72cc4 Aesthetic changes only. 2000-08-11 10:17:38 -05:00
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00