- 20 Aug, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 19 Aug, 2003 12 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
optimization: abort search for common (>50% rows) words earlier.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
-
guilhem@mysql.com authored
the first 4 bytes of the relay log. Indeed comments in mysys/mf_iocache.c say we must always use my_b_append for such a cache. This *could* avoid a very rare assertion failure which is: 030524 19:32:38 Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '/ users/gbichot/4.1.1/mysql-test/var/log/slave-relay-bin.000001' position: 4 030524 19:32:38 next log '/users/gbichot/4.1.1/mysql-test/var/log/slave-relay-bin.000002' is currently active mysqld: mf_iocache.c:701: _my_b_seq_read: Assertion `pos_in_file == info->end_of_file' failed. and which seemed to happen always when the SQL thread and/or the I/O thread were at position 4 in a relay log.
-
guilhem@mysql.com authored
"mysqlbinlog does not comment the original LOAD DATA INFILE if it has a "use xx""
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
guilhem@mysql.com authored
mysqlbinlog segfaults if --position is just before Exec_load event mysqlbinlog prints uncommented warnings if --database and compiled with debug mysqlbinlog --database does not filter LOAD DATA INFILE
-
monty@mashka.mysql.fi authored
-
lenz@mysql.com authored
for Mac OS X and add it to the installation Disk Image.
-
lenz@mysql.com authored
- Enhanced Do-rpm to support building RPMs with different compilers and options
-
- 17 Aug, 2003 4 commits
-
-
bell@laptop.sanja.is.com.ua authored
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Changed some non fatal myisamchk error messages to warnings
-
- 16 Aug, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
contain max 1280 characters, but sometimes in rare cases when --columns was used, more than 1280 characters was needed. This is case when a lot of columns was specified using this option. Raised the max value to 8448, which should be enough.
-
- 15 Aug, 2003 3 commits
-
-
lenz@mysql.com authored
startup item: MySQL (the startup script), StartupItem.Description.plist, StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall (post-installation script for the Startup Item package) - modified support-files/MacOSX/Makefile.am to include the newly added files in the source distribution
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
Fix packet error when using wrong GRANT command
-
- 14 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
-
- 13 Aug, 2003 10 commits
-
-
gweir@build.mysql.com authored
Add --zip option for finer grain control over what package formats are created Bootstrap: Create both Windows source packages
-
gweir@build.mysql.com authored
'tools' contains intermediate files
-
gweir@build.mysql.com authored
Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
-
gweir@build.mysql.com authored
Clean up script, add needed modifications to generate a complete 4.0 Windows source package
-
gweir@build.mysql.com authored
into build.mysql.com:/users/gweir/mysql-4.0
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
lenz@mysql.com authored
command.
-
lenz@mysql.com authored
-
gweir@build.mysql.com authored
Copy some previously missed files
-
gweir@build.mysql.com authored
Corrections to Bootstrap for --win-dist
-
- 12 Aug, 2003 7 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
wax@mysql.com authored
-
lenz@mysql.com authored
(Do-compile) - added mysql.info to the binary distribution files (BUG#1019) - heavily reworked the Do-rpm script to be more in line with Do-pkg - create a "docs" subdirectory in the binary distribution and moved the manual, ChangeLog and mysql.info file into it to unclutter the top directory
-
wax@mysql.com authored
into mysql.com:/home/wax/mysql/mysql-4.0chsize
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
serg@serg.mylan authored
myisamchk - don't mark table as crashed if --sort-records=<key> failed because of unappropriate key or read-only table
-