Commit graph

8140 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
7d0072ebeb updated changes in the manual 2000-08-15 23:32:26 -06:00
monty@donna.mysql.com
2f450e4fc7 Delayed keys + portability fixes 2000-08-16 05:14:02 +03:00
sasha@mysql.sashanet.com
1777d4dbbe Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-08-15 17:49:43 -06:00
sasha@mysql.sashanet.com
ac9de478db fix for the fatal bug in LOAD TABLE FROM MASTER 2000-08-15 17:49:07 -06:00
jcole@jcole.burghcom.com
c442a5dd2a Language corrections to:
manual.texi
  internals.texi

In the wake of Monty's latest revisions. :)
2000-08-15 17:27:46 -05:00
sasha@mysql.sashanet.com
b617e9baa8 testing bk/make for Monty 2000-08-15 13:42:28 -06:00
serg@infomag.ape.relarn.ru
bf617db818 Merge 2000-08-15 21:52:42 +04:00
sasha@mysql.sashanet.com
eec37a5fc2 bookkeeping 2000-08-15 11:52:18 -06:00
sasha@mysql.sashanet.com
5e996d2753 another bookkeeping commit - will not be pushed 2000-08-15 11:46:20 -06:00
serg@infomag.ape.relarn.ru
563fdb8e2a logging_ok Logging to logging@openlogging.org accepted 2000-08-15 21:45:56 +04:00
sasha@mysql.sashanet.com
57ef3cccf3 bookkeeping commit - bk will not let me pull Monty's changes until I commit mine to my repository - this will not be pushed 2000-08-15 11:42:09 -06:00
monty@donna.mysql.com
883042ba1e Removed automaticly created files from Bitkeeper 2000-08-15 20:10:43 +03: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
jcole@jcole.burghcom.com
807460bbce Various fixups, readability improved. 2000-08-11 18:41:53 -05:00
jcole@jcole.burghcom.com
aaf6c72cc4 Aesthetic changes only. 2000-08-11 10:17:38 -05:00
jcole@jcole.burghcom.com
a0031e4816 A bunch of changes to the manual.
Spelling, grammar, updating.
Basic Maintenance.
2000-08-11 07:20:34 -05:00
jcole@jcole.burghcom.com
3c38993424 Small change to manual, testing BitKeeper 2000-08-10 23:27:25 -05:00
tim@localhost.polyesthetic.msg
99b575a25c Automatically detect HAVE_INT_8_16_32. 2000-08-10 11:21:42 -04:00
tim@localhost.polyesthetic.msg
621c7db2f7 Use @HOSTNAME@ instead of hardcoded /bin/hostname. 2000-08-09 14:57:59 -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
sasha@mysql.sashanet.com
3b17e897d5 added sleep to allow time for replication to the alter table test 2000-08-07 16:21:11 -06:00
sasha@mysql.sashanet.com
37316bea5a fixed coredump in UDF
added Monty's patch for alter table and LAST_INSERT_ID()
added a test case for replication of ALTER TABLE on a table with auto_increment
2000-08-07 15:28:56 -06:00
tim@localhost.polyesthetic.msg
e2483f5923 Make BerkeleyDB configuration work. 2000-08-03 18:42:33 -04:00
sasha@mysql.sashanet.com
407d7bb8f3 Fixed the mess created when I did LOD branch on accident 2000-08-02 21:19:47 -06:00
sasha@mysql.sashanet.com
2ff140a6fe fixed logging ok 2000-08-02 16:47:10 -06:00
tim@localhost.polyesthetic.msg
a5421c6e20 Fix typos that gcc allowed but other compilers choke on. 2000-08-02 13:41:34 -04:00
sasha@work.mysql.com
ad104589b0 Merge 2000-08-02 03:48:07 +02:00
sasha@mysql.sashanet.com
ad95b1205a fixed acinclude.m4 - specifying the directory where bdb is installed explcitly did not
work. Tim, if you don't like my fix, fix it better - I just needed to make
compile-pentium-debug work.
2000-08-01 19:38:30 -06:00
sasha@work.mysql.com
e71d3a0a6b notify BitKeeper file /home/bk/mysql/BitKeeper/etc/notify 2000-08-02 01:45:37 +02:00
sasha@mysql.sashanet.com
16f1f1bc8a Tim's niceness fix in safe_mysqld.sh - also a test to see if mail notification works 2000-08-01 17:38:08 -06:00
sasha@mysql.sashanet.com
c29192d24b compile-pentium-debug compiled without BDB support 2000-08-01 17:27:13 -06:00
monty@work.mysql.com
b06336f55a compile-pentium-debug testing if Monty can use bk
this message will appear in the change set
2000-08-01 20:26:44 +02:00
sasha@mysql.sashanet.com
2b0ccdc9be Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-08-01 11:32:47 -06:00
sasha@work.mysql.com
c2ccca9cd5 logging_ok Logging to logging@openlogging.org accepted 2000-08-01 19:32:46 +02:00
sasha@mysql.sashanet.com
d4f8098914 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-07-31 21:51:36 -06:00
sasha@work.mysql.com
ed57e8a8d1 logging_ok BitKeeper file /home/bk/mysql/BitKeeper/etc/logging_ok 2000-08-01 05:51:35 +02:00
sasha@mysql.sashanet.com
b1fc59a4fe Makefile needed an action for a the dummpy rule to avoid the default action
assumed by GNU Make ( get ctype.c), which conflicted with bitkeeper
2000-07-31 18:09:06 -06:00
bk@work.mysql.com
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00
bk@work.mysql.com
7eec25e393 Initial repository create 2000-07-31 21:10:05 +02:00