- 08 Jul, 2004 4 commits
-
-
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
-
out of their range.
-
- 07 Jul, 2004 3 commits
-
-
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
Exit properly
-
- 05 Jul, 2004 2 commits
-
-
guilhem@mysql.com authored
more accurate comment
-
guilhem@mysql.com authored
Fix for BUG#4375 "Windows specific directories are copied during replication": in the Windows version of my_dir(), do not show hidden or system files which Windows sometimes creates in the root directory of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so this problem showed up only when the datadir was the root dir of a drive). This will make SHOW DATABASES display better, and will do no harm to MySQL. For example, DROP DATABASE will not miss some files, as MySQL creates no hidden or system files.
-
- 02 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
if a command has a comment at the end of line, like: error 2002 ; # this is error 2002 then the parsing of comment should not make mysqltest forget about the value of expected error. Reason it forgot it (so the next query caused the test to fail) is that internally the above line is 2 queries.
-
- 01 Jul, 2004 1 commit
-
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0
-
- 30 Jun, 2004 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
processlist on slave": we now report in SHOW PROCESSLIST that we are writing to the temp files or loading the table. When we are writing to the tmp file: | 3 | system user | | | Connect | 6 | Making temp file /tmp/SQL_LOAD-2-1-2.data | and when we are actually loading the .data temp file into the table: | 3 | system user | | test | Connect | 2 | | LOAD DATA INFILE '/tmp/SQL_LOAD-2-1-2.data' INTO TABLE `t` <...> |
-
- 29 Jun, 2004 1 commit
-
-
mwagner@here.mwagner.org authored
Added code to use locally installed perl modules first
-
- 28 Jun, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
according to http://www.bitkeeper.com/Documentation.FAQS.Windows_NT.html
-
- 27 Jun, 2004 2 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
- 25 Jun, 2004 7 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-lock
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug2686
-
ingo@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug3565
-
ingo@mysql.com authored
-
- 24 Jun, 2004 8 commits
-
-
bell@sanja.is.com.ua authored
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
-
mwagner@here.mwagner.org authored
Updates for output enhanced Bootstrap
-
ingo@mysql.com authored
Redesigned the handler close functions so that they are usable at different places where waiting for closing tables is done.
-
ingo@mysql.com authored
Added put_length() to get_length() and unpack_key() to pack_key(). Keys were packed with the minimum size of the length field for the key part and unpacked with length size of the base column. For the purpose of optimal key packing we have the method pack_key(), while rows are packed with pack(). Now keys are unpacked with unpack_key() and no longer with unpack() which is used for rows.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug2688
-
patg@krsna.patg.net authored
add typelib.h to filelist Clients and Tools.fgl: add libmysql.dll to file list 4.0.XX-gpl.ipr: Various fixes to installshield project file (added files)
-
patg@krsna.patg.net authored
Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
-
- 23 Jun, 2004 3 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 22 Jun, 2004 5 commits
-
-
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
Change behaviour to be like the md5sum in GNU coreutils
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
-