- 16 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-subs-4.1
-
- 15 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 14 Jul, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
-
paul@kite-hub.kitebird.com authored
Language fixups.
-
lenz@mysql.com authored
so it's included in the source distribution
-
- 13 Jul, 2004 7 commits
-
-
lenz@mysql.com authored
Mac OS X: the name of the startup script itself must match the name of the subdirectory it's located in. Changed MySQL->MySQLCOM in the Do-pkg script and renamed the file in BK. (Thanks to Bryan McCormack for reporting this)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
guilhem@mysql.com authored
by KILL or shutdown, do not mark the table as corrupted". It is indeed more logical to leave the corruption flag unchanged. This cannot be extended to REPAIR/OPTIMIZE as they make no backup copy of the MYI. This patch was tested with KILL and mysqladmin shutdown while a CHECK TABLE was running. Without the patch, the table becomes unusable (can't INSERT to it, error 145). With the patch, no.
-
lenz@mysql.com authored
linking with PHP5) (thanks to Georg Richter for the patch)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
forced X/Open mode on HPUX removed. The correct way (that affects not only C but also C++ and linking) would be CFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE" CXXFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE" LDFLAGS="-lxnet" but apparently MySQL works without too.
-
serg@serg.mylan authored
bug#4527
-
- 12 Jul, 2004 1 commit
-
-
monty@mysql.com authored
-
- 11 Jul, 2004 1 commit
-
-
monty@mysql.com authored
-
- 10 Jul, 2004 3 commits
-
-
dlenev@brandersnatch.localdomain authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
- 09 Jul, 2004 5 commits
-
-
vva@eagle.mysql.r18.ru authored
charged sql/sql_db.cc only ( changed length in mysql_create_db to path_len so as it was calculated in the first unpack_dirname in my previous fix for Bug #4378 '"create database IF NOT EXISTS thing" returns an error' )
-
vva@eagle.mysql.r18.ru authored
as after effect of fix for Bug #4378 '"create database IF NOT EXISTS thing" returns an error' (avoided an unpack_dirname and changed strcat into strmake)
-
serg@serg.mylan authored
fix MYI copying with scp safer tempfile creation
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Some bug fixes to last pushed code
-
- 08 Jul, 2004 18 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
konstantin@mysql.com authored
Define cxa_pure_virtual to print error message and DBUG_ASSERT: calls to pure virtual methods should not go unnoticed.
-
mwagner@here.mwagner.org authored
Call my_md5sum with path
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
-
mwagner@here.mwagner.org authored
Added support for MD5 verification of file transfers
-
vva@eagle.mysql.r18.ru authored
-
out of their range.
-
bar@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
New handler::index_flags() definition to make it easy to check the full used key and a specific key part. Added key part to optimize_range() to fix problems when using fields in key parts.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
bar@mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work2-4.1
-
bar@mysql.com authored
also known as BUG#2326 Charset of table is determined by charset of db only if "USE db;"
-
serg@serg.mylan authored
-