- 04 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 03 Jun, 2005 9 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
and HAVE_ATOMIC_ADD/HAVE_ATOMIC_SUB is tested in configure
-
hartmut@mysql.com authored
- support additional platforms (OpenBSD, Darwin) - make use of /proc/cpuinfo CPU flag information (needed to distinguish EMT64 Xeons from normal ones) - chose the right CPU related options depending on GCC version and target architecture - check if the chosen CPU type is actually supported by the GCC version , fallback to CPUs predecessor until test compile succeeds
-
ndbdev@dl145b.mysql.com authored
Bug #11064 some read error not detected in replication on 64-bit platform
-
hartmut@mysql.com authored
BUG#10696
-
bar@mysql.com authored
adding test field.cc: bug#10714 Inserting double value into utf8 column crashes server: sprintf was executed with too big length, which caused crash on some Windows platforms.
-
- 02 Jun, 2005 9 commits
-
-
tulin@dl145b.mysql.com authored
into dl145b.mysql.com:/home/ndbdev/tomas/tmp
-
tulin@dl145b.mysql.com authored
Bug #11050 ndb_mgm "show" prints incorrectly after master data node fails
-
reggie@monster. authored
-
bar@mysql.com authored
set_var.cc: variables.result variables.test Bug #10904 Illegal mix of collations between a system variable and a constant Changing coercibility of system variables to SYSCONST, to be the same with USER(), DATABASE(), etc.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
brian@zim.(none) authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
brian@zim.(none) authored
Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed a number of dumb things in ha_tina.
-
- 01 Jun, 2005 13 commits
-
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
Fixed two deadlocks. Made minor changes.
-
lenz@mysql.com authored
-
lenz@mysql.com authored
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard spec file)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 31 May, 2005 8 commits
-
-
ingo@mysql.com authored
-
ingo@mysql.com authored
After merge fix.
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p4-bug10413.2
-
ingo@mysql.com authored
Hand merged from 4.0.
-
acurtis@xiphis.org authored
Stop ignoring name parts and check for validity
-
ingo@mysql.com authored
1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
ramil@mysql.com authored
-