Commit graph

467 commits

Author SHA1 Message Date
monty@donna.mysql.com
11c7092c30 Small portability fixes 2000-09-07 23:58:43 +03:00
monty@donna.mysql.com
be5e4e72b6 Small bug fixes 2000-09-07 04:55:17 +03:00
monty@donna.mysql.com
7155d2a14c Portability changes 2000-08-31 22:00:09 +03:00
monty@donna.mysql.com
91033f872c Update to get 3.23.23 to compile 2000-08-31 17:25:30 +03:00
sasha@mysql.sashanet.com
337dee0e77 fixed coredump on corrupt charset index 2000-08-30 17:50:26 -06:00
sasha@mysql.sashanet.com
2338573435 fixed coredump in charset.c - bk messed up, so here is another try to push it 2000-08-29 07:14:43 -06:00
tim@localhost.polyesthetic.msg
f29825cf0d The previous commit to this file introduced several syntax (etc.)
errors related to changing the TYPELIB to CS_ID.
2000-08-23 15:46:40 -04:00
tim@localhost.polyesthetic.msg
4ab50f1db3 Merge tim@work:/home/bk/mysql
into localhost.polyesthetic.msg:/usr/local/src/my/work
2000-08-22 16:09:27 -04:00
tim@localhost.polyesthetic.msg
7443483369 Associate a charset directly with its number in the Index file, and
propogate those changes through the code.  This is so that there can
be holes in the list of charsets without breaking old tables.
2000-08-22 16:08:34 -04:00
monty@donna.mysql.com
f0952ce3e1 FLUSH TABLE table_list
Fixes for RENAME TABLE
Portability fixes
2000-08-22 00:18:32 +03:00
monty@donna.mysql.com
9c1ecff8ec Merge 2000-08-18 13:09:26 +03:00
monty@donna.mysql.com
a753a3a2ce Updated benchmark and results for PostgreSQL 7.0.2
Added more status to the MyISAM files to avoid checking files that
has already been checked.
2000-08-18 12:48:00 +03:00
serg@infomag.ape.relarn.ru
bf617db818 Merge 2000-08-15 21:52:42 +04:00
monty@donna.mysql.com
ea013c2152 Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
serg@infomag.ape.relarn.ru
5886090182 PART I: Keys support for MyMERGE tables
myisammrg/             |
Makefile.am            |
mymrgdef.h             |   support for keys
myrg_open.c            |          &
myrg_queue.c           |   bugfixes
myrg_rfirst.c          |
myrg_rkey.c            |
myrg_rlast.c           |
myrg_rnext.c           |
myrg_rprev.c           |
myrg_rrnd.c            |

include/myisammrg.h    | rkey/rnext/etc prototyped

sql/                   |
ha_myisammrg.cc        | support for keys
ha_myisammrg.h         |

myisam/                |
mi_rkey.c              | buf==NULL extension, _mi_rkey()
mi_rnext.c             |
mi_rprev.c             |

include/queues.h       | reinit_queue() - same as init_queue, but w/o malloc
mysys/queues.c         |

PART II: Miscellaneous

myisam/common_words    | deleted (looks like I checked it in by mistake)

some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
                       | Change mode to -rw-r--r-- (by `chmod a-x ')
2000-08-14 15:27:19 +04:00
tim@localhost.polyesthetic.msg
c6c775c982 Add const to [my_]sigwait() arg, to make all declarations match. 2000-08-09 14:47:25 -04:00
bk@work.mysql.com
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00