Commit graph

494 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
ec1359416b fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
monty@donna.mysql.com
87d9388e52 Only write full transactions to binary log
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
2000-12-07 14:08:48 +02:00
tim@threads.polyesthetic.msg
a9c031ed5e Generalize handle_flush thread to also handle various management
tasks for different handlers.  Add a callback from berkeley db to
delete log files that are no longer needed.
2000-11-27 18:14:49 -05:00
monty@donna.mysql.com
dc5e32ea40 Added connect_timeout and fix for transactions per statement 2000-11-27 02:28:41 +02:00
monty@narttu.mysql.fi
b689a1a752 merge 2000-11-16 00:24:11 +02:00
monty@tik.mysql.com
7a013339f8 Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
sasha@work.mysql.com
342ad607f2 configure.in fixed to properly handle 1 digit branch 2000-11-05 04:19:39 +01:00
monty@donna.mysql.com
634b93850e Merge 2000-10-23 15:37:16 +03:00
monty@donna.mysql.com
8dabd3b053 Fix of automatic repair 2000-10-23 15:35:42 +03:00
tim@threads.polyesthetic.msg
c61dda7656 Index Added latin5 (turkish) character set
manual.texi	Added latin5 (turkish) character set
configure.in	Added latin5 (turkish) character set
latin5.conf	BitKeeper file /usr/local/src/my/work/sql/share/charsets/latin5.conf
2000-10-22 17:53:16 -04:00
monty@donna.mysql.com
b5ad31dffe Give an error if you use a BLOB(X) where X > 255
Fixes for MIT pthreads
2000-10-22 01:19:05 +03:00
monty@donna.mysql.com
4337694a62 Merge 2000-10-14 03:20:00 +03:00
monty@donna.mysql.com
7ac13c89e6 Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and
a lot of portability issues.
2000-10-14 03:16:35 +03:00
serg@serg.mysql.com
0a050cf464 SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1
It makes SHOW CREATE TABLE to quote table and column names.
This is ON by default !
2000-10-10 21:31:00 +02:00
serg@serg.mysql.com
1e562819cd Merge 2000-10-07 14:05:45 +02:00
monty@donna.mysql.com
a7c5cc01b3 Small fixes 2000-10-05 01:00:36 +03:00
monty@donna.mysql.com
b55de19ed2 Portability fixes 2000-10-04 23:20:16 +03:00
serg@serg.mysql.com
c11eb85a6f configure.in Add check for pdftex
Docs/Makefile.am   Do not compile manual.pdf if pdftex not present
2000-10-04 19:07:59 +02:00
tim@threads.polyesthetic.msg
d4b54a2139 safe_mysqld.sh remove stray warning message from nohup nice
configure.in	the & in 2>&1 gets replaced by sed during AC_SUBST
2000-09-23 12:39:40 -04:00
tim@threads.polyesthetic.msg
f136cb4a9b merge nohup niceness changes 2000-09-23 11:38:49 -04:00
jcole@tetra.bedford.progress.com
664658866d removed misplaced comma in configure.in 2000-09-19 22:23:56 -05:00
jcole@tetra.bedford.progress.com
f2b360351c Made configure's help output nice and pretty. 2000-09-19 21:43:54 -05:00
monty@donna.mysql.com
751f2d1f16 Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
tim@threads.polyesthetic.msg
0935747126 configure.in remove some stray warning messages for failed tests
safe_mysqld.sh	remove some stray warning messages for failed tests
2000-09-12 23:24:02 -04:00
monty@donna.mysql.com
2776500c22 Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
monty@donna.mysql.com
f5c38fb48c Merge 2000-09-07 05:05:51 +03:00
monty@donna.mysql.com
be5e4e72b6 Small bug fixes 2000-09-07 04:55:17 +03:00
tim@localhost.polyesthetic.msg
af3c968b3f Merge changes 2000-09-04 14:30:54 -04:00
tim@localhost.polyesthetic.msg
55a179afb6 Don't remove the win1251 charset; mark it deprecated. 2000-09-04 13:20:34 -04:00
monty@donna.mysql.com
91033f872c Update to get 3.23.23 to compile 2000-08-31 17:25:30 +03:00
monty@work.mysql.com
f2ee7b0630 Fix for linking mit-pthread with libmysql_r 2000-08-31 00:54:16 +02:00
monty@work.mysql.com
b93aac6622 Added thread_dirs 2000-08-31 00:33:42 +02:00
tim@work.mysql.com
1d28a6f1fd configure.in modifications to help libmysql_r work with distcheck
Makefile.am	modifications to help libmysql_r work with distcheck
2000-08-28 18:27:12 +02: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
serg@infomag.ape.relarn.ru
a63a654adb Merge 2000-08-22 12:33:46 +04:00
serg@infomag.ape.relarn.ru
ab73d20c0e Languages list corrected (romania->romanian, estonia->estonian) 2000-08-22 12:16:58 +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
d79b0cc9cc Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-08-21 03:01:16 +03:00
monty@donna.mysql.com
aa3580924b RENAME TABLE table_name TO new_table_name ; Faster Alloc
Small bug fixes
2000-08-21 03:00:52 +03:00
tim@localhost.polyesthetic.msg
cf2e115ec3 Change the behavior of --enable-thread-safe-client. It now builds
both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
2000-08-18 14:49:31 -04:00
monty@donna.mysql.com
2f450e4fc7 Delayed keys + portability fixes 2000-08-16 05:14:02 +03:00
tim@localhost.polyesthetic.msg
99b575a25c Automatically detect HAVE_INT_8_16_32. 2000-08-10 11:21:42 -04:00
bk@work.mysql.com
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00