Commit graph

2901 commits

Author SHA1 Message Date
tfr@sarvik.tfr.cafe.ee
21e50d1abf mirrors.texi:
Fix Australian mirror URL
2001-11-27 18:08:06 +02:00
monty@hundin.mysql.fi
66a31433a4 Fixed bug when joining with caching.
Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
2001-11-27 02:50:20 +02:00
tonu@volk.internalnet
6dd99c0342 Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-11-27 02:33:46 +02:00
tonu@volk.internalnet
f7e04edc6a Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1 2001-11-27 02:33:15 +02:00
tonu@volk.internalnet
9582a46290 Debugging added where needed. 2001-11-27 02:21:44 +02:00
jani@hynda.mysql.fi
0091f76f11 Updated manual about some processlist states. 2001-11-27 01:57:51 +02:00
jani@hynda.mysql.fi
3503f63ed2 Added quoting to XML in mysqldump. 2001-11-26 19:14:26 +02:00
tonu@volk.internalnet
38f7225904 func_encrypt.result Drop table here too.... 2001-11-26 17:13:06 +02:00
tonu@volk.internalnet
214ca6e7d9 func_encrypt.test Drop table uncommented again 2001-11-26 17:04:43 +02:00
tonu@volk.internalnet
877b6a4922 Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-11-26 15:58:01 +02:00
tonu@volk.internalnet
a0d9711074 des_encrypt()/des_decrypt() are now ASCII protected and pass testsuite 2001-11-26 15:54:33 +02:00
monty@hundin.mysql.fi
d3288575de Patch for SCO
Update test results for MySQL 4.0
2001-11-26 03:52:23 +02:00
monty@hundin.mysql.fi
cefe361b82 merge 2001-11-26 03:30:16 +02:00
monty@hundin.mysql.fi
bbc5277cc9 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-11-26 03:27:09 +02:00
monty@hundin.mysql.fi
50b43f85ef Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-26 03:24:33 +02:00
monty@hundin.mysql.fi
d0b84c9b6e A fix for ANALYZE TABLE 2001-11-26 03:24:13 +02:00
monty@hundin.mysql.fi
5738117970 Fix race condition in ANALYZE TABLE.
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
2001-11-26 02:16:38 +02:00
monty@hundin.mysql.fi
e9677eda60 Add missing exit_cond() to lock_global_read_lock(). 2001-11-26 02:09:45 +02:00
paul@teton.kitebird.com
ebee614fbf manual.texi change note entries require trailing periods.
manual.texi	Mac OSX is spelled "Mac OS X".
2001-11-25 17:08:45 -06:00
monty@hundin.mysql.fi
964c292caa Fixed typo in last changeset 2001-11-25 14:38:43 +02:00
monty@hundin.mysql.fi
22e418b405 merge 2001-11-25 13:56:03 +02:00
monty@hundin.mysql.fi
777fdb5d5c Fixes for embedded version. 2001-11-25 13:50:48 +02:00
sasha@mysql.sashanet.com
fad7880b57 post-merge 2001-11-24 23:05:35 -07:00
sasha@mysql.sashanet.com
35f852aaab merged 2001-11-24 22:59:44 -07:00
sasha@mysql.sashanet.com
6865885f21 replication updates in the manual
fixed typo on sql_repl.cc
added build-tags script for the benefit of the poor, sick, and afflicted, 
as Matt likes to say :-)
2001-11-24 22:48:57 -07:00
serg@serg.mysql.com
79258183fd memory leak fixed 2001-11-24 17:45:22 +01:00
sasha@mysql.sashanet.com
22fa171c7e Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-11-23 09:58:17 -07:00
sasha@mysql.sashanet.com
82a7b0f750 properly kill slave in all cases on systems that do not interrupt syscalls
on a signal
2001-11-23 09:57:36 -07:00
serg@serg.mysql.com
90933cc768 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-23 17:56:59 +01:00
paul@teton.kitebird.com
c1120d050d manual.texi miscellaneous minor cleanups 2001-11-23 00:18:37 -06:00
heikki@donna.mysql.fi
0f5d7bcb11 manual.texi:
Added foreign key def syntax + note that the check is not deferred to trx commit
2001-11-23 01:21:42 +02:00
serg@serg.mysql.com
163f0c8512 ft_dump re-enabled, manual fixes 2001-11-22 22:50:41 +01:00
serg@serg.mysql.com
6aa1185162 MATCH ... AGINST (... IN BOOLEAN MODE) documented 2001-11-22 21:57:47 +01:00
serg@serg.mysql.com
b96c309f99 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-22 19:40:50 +01:00
serg@serg.mysql.com
59f3a95834 ft_boolean_syntax variable 2001-11-22 19:35:35 +01:00
monty@hundin.mysql.fi
7f5f58dc8f Merge 2001-11-22 18:25:26 +02:00
monty@hundin.mysql.fi
acc2e2ad6d Remove .TMD files on DROP DATABASE. 2001-11-22 18:19:27 +02:00
monty@hundin.mysql.fi
a66ddaf8ba Fixed fulltext after merge from 3.23.45
First (incomplete) version of transaction and as3ap tests.
2001-11-22 17:55:18 +02:00
serg@serg.mysql.com
307fb4a390 fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
monty@hundin.mysql.fi
9265a4df45 merge 2001-11-22 14:40:38 +02:00
monty@hundin.mysql.fi
9209210d30 Fix bug when repairing compressed MyISAM files
LOCATE() is now case sensitive
2001-11-22 13:50:50 +02:00
monty@hundin.mysql.fi
a2a838f887 Portability fix 2001-11-22 13:15:17 +02:00
monty@hundin.mysql.fi
964f7c63b9 Portability fix 2001-11-22 13:07:55 +02:00
monty@hundin.mysql.fi
0ca1a5e1dd Add missing resolve_stack_dump to RPM 2001-11-22 12:24:06 +02:00
monty@hundin.mysql.fi
c79c6945ee Fixed problem when repairing packed MyISAM files. 2001-11-22 03:39:42 +02:00
monty@hundin.mysql.fi
911ba4be24 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-22 03:35:04 +02:00
sasha@mysql.sashanet.com
00774d74fc backport of shutdown fix for platforms that cannot break a syscall with a
signal. Tested to the extent that it does not break Linux. Could not test on
Darwin because the machine was not reachable. Will push anyway - at least it
does not make things worse. Testing on Darwin is needed, however.
2001-11-21 18:25:08 -07:00
monty@hundin.mysql.fi
c8ddbaed9e Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-22 03:12:40 +02:00
serg@serg.mysql.com
4f5d1273b6 bad merge fixed 2001-11-21 19:58:25 +01:00
serg@serg.mysql.com
4151fd0a3c broken merge, fix required 2001-11-21 19:08:33 +01:00