- 28 Aug, 2003 15 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-3.23
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
-
- 27 Aug, 2003 9 commits
-
-
lenz@mysql.com authored
it breaks compilation on picky C compilers!)
-
heikki@hundin.mysql.fi authored
Fix bug: if the user created a prefix column key on a fixed length char column, then InnoDB claimed in CHECK TABLE that the table is corrupt dict0dict.c: Fix bug 1151: if the user created a prefix column primary key on a fixed length char column, then InnoDB crashed in a simple SELECT
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in certain combinations. Bug #871
-
jani@rhols221.adsl.netsonic.fi authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
-
miguel@hegel.local authored
-
jani@rhols221.adsl.netsonic.fi authored
and --defaults-file is a non-existing or non-regular file. Bug#755
-
lenz@mysql.com authored
-
monty@narttu.mysql.fi authored
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324
-
- 26 Aug, 2003 7 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-
serg@serg.mylan authored
do not try to "analyze" or "sort index" in the table that has no indexes or no records if --check-only-changed option is used. It's because such a table is never marked as "analyzed" or "sorted", so --check-only-changed doesn't work
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the table from being marked as analyzed (and the value is meaningless anyway)
-
Sinisa@sinisa.nasamreza.org authored
-
lenz@mysql.com authored
other operating systems - some implementations of "hostname" simply set the host name to "-f" instead of giving an error about an unkown option
-
- 25 Aug, 2003 7 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
guilhem@mysql.com authored
Don't start the SQL slave thread with SQL_BIG_SELECTS; it's better to inhibate max_join_size instead.
-
monty@narttu.mysql.fi authored
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
For example the Binlog_dump thread (on the master) sometimes showed "Slave:". And there were confusing messages where "binlog" was employed instead of "relay log".
-
monty@narttu.mysql.fi authored
Fix unlock error in myisamchk on windows when doing --sort-index Use SetFilePointer instead of SetFilePointerEx
-
- 24 Aug, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
strerror() does not work in Windows
-
- 23 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
OPTION_BIG_SELECTS.
-