- 01 Sep, 2004 1 commit
-
-
patg@krsna.patg.net authored
bug #5001, added conditional if to test if port set, then only kill the processes for this port, not all processes (in the case of this bug where multiple servers are killed.) The change to the 'grep' to make sure mysqld_safe isn't killed was per Serg's discovery that mysqld_safe would get killed. In my testing, in killing one of the pids for a running server, the "if test ! -f $pid_file" was the case that evaluated as true, so in order to test, I had to comment that block out.
-
- 25 Jun, 2004 3 commits
-
-
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
-
- 24 Jun, 2004 5 commits
-
-
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 10 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
-
lenz@mysql.com authored
(e.g. a fix for BUG#3507 and some modifications recommended by Andrea Suatoni and Joerg Behrens - thank you!)
-
ingo@mysql.com authored
dded code to clear the tail of the reference buffer if the actual key length is less than the maximum key length.
-
marko@hundin.mysql.fi authored
Document the handling of quoted strings
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
-
- 21 Jun, 2004 3 commits
-
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@sergbook.mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 20 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 19 Jun, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
-
- 18 Jun, 2004 8 commits
-
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
-
mwagner@here.mwagner.org authored
new file, simulates 'md5sum' as a perl script
-
marko@hundin.mysql.fi authored
Improve documentation of mach_*write_*compressed() mtr0log.ic, mtr0log.h: Improve documentation of mlog_write_initial_log_record_fast()
-
miguel@hegel.txg authored
into hegel.txg:/home/miguel/bk/mysql-4.0
-
miguel@hegel.txg authored
-
monty@mysql.com authored
Don't pass --user to mysqld if --user is not used
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 17 Jun, 2004 5 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157)
-
heikki@hundin.mysql.fi authored
Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-3.23
-