Commit graph

999 commits

Author SHA1 Message Date
serg@serg.mysql.com
8efd73dc2b Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-01-28 13:22:45 +01:00
serg@serg.mysql.com
e47833bc44 errmsg.c buffer overflow in libmysqlclient fixed 2001-01-28 13:20:03 +01:00
sasha@mysql.sashanet.com
75e0c1a858 Docs/manual.texi
re-added Jeremy's merged out note
    updated changes section with recent bug fix info
2001-01-27 15:49:12 -07:00
sasha@mysql.sashanet.com
7db4b9b466 merge 2001-01-27 15:38:22 -07:00
sasha@mysql.sashanet.com
70f619856b fixed up lock counting code - Monty's suggestions
updated manual about table lock counter
fixed coredump in DROP DATABASE with long bogus name by non-root user
fixed bug in handling STOP immediately after ROTATE
added test case for buffer overrun on DROP DATABASE by non-root user
added test case for the STOP bug in replication
2001-01-27 15:33:31 -07:00
serg@serg.mysql.com
802fc0a054 logging_ok Logging to logging@openlogging.org accepted
mi_check.c	fix for empty FULLTEXT index
manual.texi	fulltext finetuning 50% limit issue modified
2001-01-27 13:32:29 +01:00
jcole@tetra.spaceapes.com
dc66a0f523 Added notes on OpenBSD 2.8 to manual 2001-01-27 05:09:27 -06:00
jcole@tetra.spaceapes.com
b64a5bc715 Added ChangeLog entry for --temp-pool to manual. 2001-01-27 03:36:50 -06:00
jcole@tetra.spaceapes.com
519e7256a6 manual merge 2001-01-27 03:27:40 -06:00
jcole@tetra.spaceapes.com
31569172ee Added --temp-pool option to mysqld. This will cause temporary files
created to use a small set of filenames, to try and avoid problems
in the Linux kernel.
2001-01-27 03:24:05 -06:00
sasha@mysql.sashanet.com
5f6561ec88 Table_locks_waited
Table_locks_immediate
2001-01-26 20:00:42 -07:00
paul@central.snake.net
7c5db0d364 manual.texi minor edits to change notes. 2001-01-26 17:30:14 -06:00
sasha@mysql.sashanet.com
cb50688c72 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-25 14:00:37 -07:00
sasha@mysql.sashanet.com
6e9f4dd013 Docs/manual.texi
updates for new code
sql/mysqld.cc
    catch SIGBUS and SIGILL
    print query and connection id on coredump if possible
2001-01-25 14:00:13 -07:00
monty@donna.mysql.com
5218a03a1d Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-01-25 22:38:53 +02:00
monty@donna.mysql.com
e2a8a99d01 Lots of manual changes
Changed 'static inline' to 'inline' for SCO new's compiler
2001-01-25 22:38:26 +02:00
jcole@tetra.spaceapes.com
89b5dab2f4 mysql* -P 3307 uses TCP/IP now. 2001-01-24 22:39:45 -06:00
jcole@tetra.spaceapes.com
04fc6fd080 New empty News-3.23.33 section added to manual. 2001-01-24 22:35:53 -06:00
sasha@mysql.sashanet.com
877845dd5e fixed improper read of log name from master.info which broke slave server restart
fixed sync bugs in three test cases
added offset argument to sync_with_master to mysqltest to be able to fix sync bugs
added a test case for slave startup with existing master.info
expanded mysql-test-run.sh to be able to run pre-start shell script initializations
2001-01-24 12:47:09 -07:00
sasha@mysql.sashanet.com
0ae142f563 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-24 09:17:07 -07:00
sasha@mysql.sashanet.com
e8ffda5397 Added last_errno and last_error to show slave status
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - 
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
2001-01-24 09:15:34 -07:00
jcole@tetra.spaceapes.com
38ede9075c Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-01-23 19:32:53 -06:00
sasha@mysql.sashanet.com
343c121e6c Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-23 08:21:15 -07:00
sasha@mysql.sashanet.com
b73a4af063 fixes for tests 2001-01-23 08:20:51 -07:00
jcole@tetra.spaceapes.com
f3b6472f58 Corrected misnamed DBUG_ENTER in create_temp_file 2001-01-23 03:41:22 -06:00
paul@central.snake.net
607a6191a3 manual.texi clean up recent change notes 2001-01-22 20:12:32 -06:00
monty@donna.mysql.com
21185c1719 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-01-23 01:26:11 +02:00
monty@donna.mysql.com
877386602a Added new mutex for hostname lookup
Added free of io_cache when using ALTER TABLE ... ORDER BY
2001-01-23 01:25:07 +02:00
sasha@mysql.sashanet.com
8b7391c9e0 fixed bug in master_pos_wait(), got rid of sleep hack,
added test/sanity check for master_pos_wait()
2001-01-22 12:35:16 -07:00
sasha@mysql.sashanet.com
1385ffee8b Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-22 08:51:26 -07:00
sasha@mysql.sashanet.com
b64d6c9a1d portability fix 2001-01-22 08:50:44 -07:00
monty@donna.mysql.com
b3392db290 Fixes for OSF1
Made test more reliable on slow machines
2001-01-22 15:33:34 +02:00
monty@donna.mysql.com
2d1082308b SHOW [FULL] COLUMNS
Added timeouts to replication tests to handle concurrent inserts
2001-01-22 05:32:58 +02:00
monty@donna.mysql.com
0f28f7a414 keep bk happy 2001-01-22 04:46:32 +02:00
monty@donna.mysql.com
8a9b1e9248 Fixed type in make_binary_distribution.sh
Don't convert field names in mysql_list_fields
2001-01-22 01:36:33 +02:00
monty@donna.mysql.com
b69ac0037f Fix new bugs in make_binary_distribution 2001-01-21 21:57:30 +02:00
monty@work.mysql.com
bc56e3264d Updates from 3.23.30 2001-01-21 16:38:36 +01:00
monty@donna.mysql.com
1b72f32c30 Remove removed files from Makefile.am 2001-01-21 17:29:59 +02:00
monty@donna.mysql.com
92ae142a1a Fixed typos from prev changeset 2001-01-21 16:59:02 +02:00
monty@donna.mysql.com
6f3984bb64 Merge 2001-01-21 16:33:39 +02:00
monty@donna.mysql.com
62771338ca Changes for --with-server-suffix
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE  tables to not use FILE
2001-01-21 16:30:16 +02:00
paul@central.snake.net
2f940e037d manual.texi edit recent change notes 2001-01-20 13:11:38 -06:00
sasha@mysql.sashanet.com
163c7bf193 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-20 11:21:27 -07:00
sasha@mysql.sashanet.com
bc4c786e16 delete test_vnsprintf.c 2001-01-20 11:21:09 -07:00
sasha@mysql.sashanet.com
bb2e3e9d91 pre-release updates 2001-01-20 11:17:08 -07:00
jcole@tetra.spaceapes.com
b04939b964 Docs/Makefile.am
Fixed a small bug.. comment was being overwritten.
Docs/Support/test-make-manual
  Will now fix it's own dependencies.. includes checking out files
  and creating it's own include.texi.
2001-01-20 04:10:42 -06:00
jcole@tetra.spaceapes.com
027e6ba55d Cleaned up ChangeLog entries. 2001-01-20 03:35:19 -06:00
jcole@tetra.spaceapes.com
79b5316df5 Default table type explained. 2001-01-20 03:11:32 -06:00
sasha@mysql.sashanet.com
634ba86ad7 client/mysqltest.c
added send/reap/dirty_close
include/mysql.h
    mysql_send_query()/mysql_reap_query()
libmysql/libmysql.c
    mysql_send_query()/mysql_reap_query()
mysys/my_vsnprintf.c
    fixed critical bug that codedumped when connection aborted
sql/sql_parse.cc
    0
mysql-test/r/dirty-close.result
    New BitKeeper file ``mysql-test/r/dirty-close.result''
mysql-test/t/dirty-close.test
    New BitKeeper file ``mysql-test/t/dirty-close.test''
2001-01-19 22:40:16 -07:00
sasha@mysql.sashanet.com
45fa68611a Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-19 12:13:06 -07:00