monty@donna.mysql.com
ce2260586d
Fixed ALTER TABLE on MERGE tables
...
Fixed bug in DISTINCT
2001-01-28 21:35:50 +02:00
monty@donna.mysql.com
6b9a8a92c3
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-01-27 01:21:50 +02:00
monty@donna.mysql.com
a7c5b9c211
Portability fixes for OPENBSD, OS2 and Windows
2001-01-27 01:20:56 +02: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
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
sasha@mysql.sashanet.com
99fa5361c4
fixed coredump in SET PASSWORD in slave thread.
2001-01-19 12:12:45 -07:00
serg@donna.mysql.com
f433ec1247
ha_myisam.cc magic removed
...
ha_myisam.h magic removed
2001-01-19 20:25:27 +02:00
monty@donna.mysql.com
efb0dad5a8
merge
2001-01-19 05:08:59 +02:00
monty@donna.mysql.com
038fe2fc5c
Added MYSQL_SERVER_SUFFIX to mysqld
...
Fixed bug in TRIM
changed strnmov -> strmake
2001-01-19 04:57:29 +02:00
tim@cane.mysql.fi
ff4839a914
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2001-01-19 02:46:47 +02:00
tim@cane.mysql.fi
08d36171a9
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
2001-01-19 02:46:13 +02:00
sasha@mysql.sashanet.com
fff8cbffae
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-18 17:36:43 -07:00
sasha@mysql.sashanet.com
96b32fb3e8
fixed buffer overrun in resolve_stack_dump
...
fixes for restore table
test case for backup/restore
2001-01-18 17:36:20 -07:00
tim@cane.mysql.fi
1dd577041b
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2001-01-18 22:26:16 +02:00
tim@cane.mysql.fi
1191993984
manual.texi Change wording, because 3.23 is stable now
2001-01-18 22:19:19 +02:00
sasha@mysql.sashanet.com
7c73125712
client/mysqltest.c
...
merged continued
mysql-test/t/rpl000004.test
added a test for am empty table
mysql-test/r/rpl000004.result
New BitKeeper file ``mysql-test/r/rpl000004.result''
2001-01-18 10:43:09 -07:00