monty@donna.mysql.com
b590fa2567
New benchmark test
...
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
tim@cane.mysql.fi
8f51a9f1f3
Style fix - keep os-specific stuff together.
2000-12-22 20:57:00 +02:00
tim@cane.mysql.fi
7e3fd8ce79
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2000-12-21 12:00:09 +02:00
tim@cane.mysql.fi
9a29f1f7a5
Compatibility fix for BSDi.
...
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes
use socklen_t *.
2000-12-21 11:54:08 +02:00
sasha@mysql.sashanet.com
3c06a414d3
acconfig.h
...
fix to make ENCRYPT work
BUILD/compile-pentium-debug
debug has different warnings
BUILD/FINISH.sh
save symbol table and dissassembled code with symobls available before strip
use $do_make for make decision instead of $make to avoid conflict
BUILD/SETUP.sh
export AM_MAKEFLAGS
fast is now -fno-omit-frame-pointer, the opposite is now called
reckless
configure.in
fixes to make CRYPT work again
Docs/Makefile.am
hack to avoid rebuilding the manual on make clean -why does
Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
2000-12-20 00:11:49 -07:00
monty@donna.mysql.com
155823ad51
Lots of new benchmark runs
...
Remember filename for temporary files created with mkstemp
Fixed wrongly allocated BDB share structure
Cleanups for SunPRO
2000-12-18 16:09:19 +02:00
monty@donna.mysql.com
5cce198b69
Fixed error when copying mysqld_multi
...
Fixes for mysql-test
Fixed race condition in SHOW LOGS
2000-12-16 23:41:45 +02:00
monty@donna.mysql.com
bed1668e23
Backed out the new LARGEFILE patch as it broked several things
2000-12-16 14:26:00 +02:00
monty@donna.mysql.com
18f7b7b678
Configure updates
...
Fixed my_print_defaults --no-defaults
2000-12-16 01:17:13 +02:00
sasha@mysql.sashanet.com
f8d4b377f5
Merge
2000-12-07 08:10:30 -07:00
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