An error occurred fetching the project authors.
- 05 Jan, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 28 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Backported Windows MAX_INDEXES handling from 5.1
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-
- 19 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Added MAP_NORESERVE set to 0 for Windows config-win.h: If MAX_INDEXES is not set, set it to 64 on Windows
-
- 13 Dec, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 28 Nov, 2005 1 commit
-
-
knielsen@mysql.com authored
-
- 14 Nov, 2005 1 commit
-
-
kent@mysql.com authored
Disabled yaSSL support for now
-
- 11 Oct, 2005 1 commit
-
-
jimw@mysql.com authored
signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
-
- 01 Aug, 2005 1 commit
-
-
reggie@fedora.(none) authored
-
- 29 Jul, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
macro floatget was missing in config-win.h
-
- 22 Jul, 2005 1 commit
-
-
joerg@mysql.com authored
Necessary to compile 5.0.10 on Windows, no bug report filed.
-
- 18 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Changed defaults option --instance to --defaults-group-suffix Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX mysql_print_defaults now understands --defaults-group-suffix Remove usage of my_tempnam() (not safe function) if( -> if ( and while( to while (
-
- 09 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Enabled yaSSL on Windows Many files: Added yaSSL to Visual Studio 6 project files
-
- 03 Jun, 2005 1 commit
-
-
lenz@mysql.com authored
- mysql-test/Makefile.am: added a pattern match for t/*.sql (t/mysql_delimiter.sql was missing from the source distribution)
-
- 02 Jun, 2005 1 commit
-
-
schwenke@lmy003.xl.local authored
-
- 24 May, 2005 1 commit
-
-
lenz@mysql.com authored
-
- 29 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
-
- 07 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 05 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
The patch implements the idea suggested by Olaf van der Spek in thread "Client: many small reads?" (internals@lists.mysql.com). Now small reads performed by the client library are buffered. The buffering gives up to 2 times speedup when retrieving one-column tables.
-
- 23 Feb, 2005 1 commit
-
-
bar@mysql.com authored
Activate Unicode collations in Windows version.
-
- 20 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 19 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 16 Feb, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Make a more informative platform info for Windows
-
- 04 Jan, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
instead of DATADIR.
-
- 07 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root. This gives us the following benefits: - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases) - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT) - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
-
- 04 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
new macro: thread_safe_decrement, thread_safe_dec_and_test, statistic_decrement
-
- 04 Oct, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
Bug #5492 "set @@session.read_rnd_buffer_size=33554432" crashes server on query 1. added warning comments for uint3korr (need one more byte allocated) 2. unsigned long in uint3korr was replaced by unsigned int to avoid problems on 64-bits platforms 3. shorten warning comments in init_rr_cache in sql/records.cc
-
- 31 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files
-
- 24 Aug, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 06 Jul, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
grr
-
- 29 Apr, 2004 1 commit
-
-
konstantin@mysql.com authored
flag is sent to server with placeholder types. There were no need to extend the protocol as one additional byte was reserved for placeholder code, when placeholder code is in range 0-255. So this byte is now used for flags. Post-review fixes added.
-
- 15 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
exceed unsigned long limit.
-
- 19 Feb, 2004 2 commits
-
-
monty@mysql.com authored
Don't do fsync on temporary .frm files
-
monty@mashka.mysql.fi authored
This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
-
- 11 Dec, 2003 1 commit
-
-
monty@mysql.com authored
mysql_server_init() now returns error code if something went wrong (Bug #2062) Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened. Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062) Fixed bug in UNION statement with alias '*'. (Bug #1249) Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024). FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition. HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
-
- 05 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 04 Dec, 2003 1 commit
-
-
greg@mysql.com authored
-
- 27 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-