Loading BUILD/SETUP.sh +1 −8 Original line number Diff line number Diff line Loading @@ -71,11 +71,4 @@ else make=make fi if gcc -v 2>&1 | grep 'version 3' > /dev/null 2>&1 then CXX="gcc -DUSE_MYSYS_NEW" CXXLDFLAGS="-Wl,--defsym -Wl,__cxa_pure_virtual=0" else CXX=gcc CXXLDFLAGS="" fi BitKeeper/etc/logging_ok +3 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Miguel@light.local Sinisa@sinisa.nasamreza.org ahlentz@co3064164-a.rochd1.qld.optusnet.com.au arjen@co3064164-a.bitbike.com arjen@fred.bitbike.com bell@sanja.is.com.ua davida@isil.mysql.com heikki@donna.mysql.fi Loading @@ -14,10 +15,12 @@ jani@janikt.pp.saunalahti.fi jani@rhols221.adsl.netsonic.fi jcole@abel.spaceapes.com jcole@main.burghcom.com jcole@mugatu.spaceapes.com jcole@sarvik.tfr.cafe.ee jcole@tetra.spaceapes.com jorge@linux.jorge.mysql.com kaj@work.mysql.com miguel@hegel.local miguel@light.local monty@bitch.mysql.fi monty@donna.mysql.fi Loading Loading @@ -46,5 +49,3 @@ tonu@x153.internalnet tonu@x3.internalnet venu@work.mysql.com zak@linux.local jcole@mugatu.spaceapes.com arjen@fred.bitbike.com Build-tools/Do-compile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ if ($opt_stage == 0) { system("mkdir $host") if (! -d $host); system("touch $host/mysql-fix-for-glob"); rm_all(<$host/mysql-*>); rm_all(<$host/mysql*>); system("mkdir $host/bin") if (! -d "$host/bin"); } rm_all("$host/test"); Loading Build-tools/Do-rpm +3 −3 Original line number Diff line number Diff line Loading @@ -159,10 +159,10 @@ cat > $logdir/$TMP_SCRIPT_MYSQL <<END set -x # Check environment export MYSQL_BUILD_PATH="/usr/cygnus/redhat-980810/H-i386-pc-linux-gnu/bin/:/usr/bin:/bin" export MYSQL_BUILD_CFLAGS="-O6 -fno-omit-frame-pointer -mpentium" export MYSQL_BUILD_PATH="/usr/local/bin:/my/gnu/bin:/usr/bin:/bin" export MYSQL_BUILD_CFLAGS="-O6 -fno-omit-frame-pointer -mcpu=pentiumpro" export MYSQL_BUILD_CXXFLAGS="-O6 -fno-omit-frame-pointer \ -felide-constructors -fno-exceptions -fno-rtti -mpentium" -felide-constructors -fno-exceptions -fno-rtti -mcpu=pentiumpro" gcc -v # Make RPM Loading Docs/manual.texi +42 −10 Original line number Diff line number Diff line Loading @@ -5534,10 +5534,12 @@ created and you must have TCP/IP installed. Optimised binary with support for symbolic links, InnoDB and BDB tables. @item @code{mysqld-max-nt} @tab Like @code{mysqld-max}, but compiled with support for named pipes. Like @code{mysqld-max}, but compiled with support for named pipes. @end multitable Starting from 3.23.50, named pipes are only enabled if one starts mysqld with @code{--enable-named-pipe}. All of the above binaries are optimised for the Pentium Pro processor but should work on any Intel processor >= i386. Loading Loading @@ -9321,6 +9323,11 @@ You can force a MySQL client to use named pipes by specifying the @code{--pipe} option or by specifying @code{.} as the host name. Use the @code{--socket} option to specify the name of the pipe. Note that starting from 3.23.50, named pipes are only enabled if start mysqld with @code{--enable-named-pipe}. This is because some users have experienced problems shutting down the MySQL server when one uses named pipes. You can test whether or not MySQL is working by executing the following commands: Loading Loading @@ -9597,6 +9604,9 @@ option to the new MySQL clients or create an option file host = localhost @end example Starting from 3.23.50, named pipes are only enabled if start mysqld with @code{--enable-named-pipe}. @item @code{Access denied for user} error If you get the error @code{Access denied for user: 'some-user@@unknown' to database 'mysql'} when accessing a MySQL server on the same Loading Loading @@ -14157,6 +14167,10 @@ Enable system locking. Note that if you use this option on a system which a not fully working lockd() (as on Linux) you will easily get mysqld to deadlock. @item --enable-named-pipe Enable support for named pipes; This only works on NT and newer windows versions. @item -T, --exit-info This is a bit mask of different flags one can use for debugging the mysqld server; One should not use this option if one doesn't know Loading Loading @@ -32743,7 +32757,7 @@ mysql> select INET_ATON("209.207.224.40"); @end example The generated number is always in network byte order; For example the above number is calculated as @code{209*255^3 + 207*255^2 + 224*255 +40}. above number is calculated as @code{209*256^3 + 207*256^2 + 224*256 +40}. @findex MASTER_POS_WAIT() @item MASTER_POS_WAIT(log_name, log_pos) Loading Loading @@ -45670,12 +45684,13 @@ are used if you don't specify a hostname or if you specify the special hostname @code{localhost}. On Windows you can connect only with TCP/IP if the @code{mysqld} server is running on Win95/Win98. If it's running on NT, you can also connect with named pipes. The name of the named pipe is MySQL. If you don't give a hostname when connecting to @code{mysqld}, a MySQL client will first try to connect to the named pipe, and if this doesn't work it will connect to the TCP/IP port. You can force the use of named pipes on Windows by using @code{.} as the hostname. is running on Win95/Win98. If mysqld is running on NT and started with @code{enable-named-pipe}, you can also connect with named pipes. The name of the named pipe is MySQL. If you don't give a hostname when connecting to @code{mysqld}, a MySQL client will first try to connect to the named pipe, and if this doesn't work it will connect to the TCP/IP port. You can force the use of named pipes on Windows by using @code{.} as the hostname. The error (2002) @code{Can't connect to ...} normally means that there isn't a MySQL server running on the system or that you are Loading Loading @@ -49143,6 +49158,23 @@ not yet 100% confident in this code. Our Linux RPMS and binaries are now compiled with gcc 3.0.4, which should make them a bit faster. @item Fixed some buffer overflow problems when reading startup parameters. @item Because of problems on shutdown we have now disabled named pipes on windows by default. One can enable this with by starting mysqld with @code{--enable-named-pipe}. @item Fixed bug when using @code{WHERE key_column = 'J' or key_column='j'}. @item Fixed core-dump bug when using @code{--log-bin} with @code{LOAD DATA INFILE} without an active database. @item Fixed bug in @code{RENAME TABLE} when used with @code{lower_case_table_names=1} (default on Windows). @item Fixed unlikely core-dump bug when using @code{DROP TABLE} on a table that was in use by a thread that also used queries on only temporary tables. @item Fixed problem with @code{SHOW CREATE TABLE} and @code{PRIMARY KEY} when using 32 indexes. @item Loading Loading @@ -49171,7 +49203,7 @@ Don't give warning for statement that is only a comment; This is needed for @code{mysqldump --disable-keys} to work. @item Fixed unlikely caching bug when doing a join without keys. In this case the last used field for a table always returned @code{NULL}. the last used column for a table always returned @code{NULL}. @item Added options to make @code{LOAD DATA LOCAL INFILE} more secure. @item Loading
BUILD/SETUP.sh +1 −8 Original line number Diff line number Diff line Loading @@ -71,11 +71,4 @@ else make=make fi if gcc -v 2>&1 | grep 'version 3' > /dev/null 2>&1 then CXX="gcc -DUSE_MYSYS_NEW" CXXLDFLAGS="-Wl,--defsym -Wl,__cxa_pure_virtual=0" else CXX=gcc CXXLDFLAGS="" fi
BitKeeper/etc/logging_ok +3 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Miguel@light.local Sinisa@sinisa.nasamreza.org ahlentz@co3064164-a.rochd1.qld.optusnet.com.au arjen@co3064164-a.bitbike.com arjen@fred.bitbike.com bell@sanja.is.com.ua davida@isil.mysql.com heikki@donna.mysql.fi Loading @@ -14,10 +15,12 @@ jani@janikt.pp.saunalahti.fi jani@rhols221.adsl.netsonic.fi jcole@abel.spaceapes.com jcole@main.burghcom.com jcole@mugatu.spaceapes.com jcole@sarvik.tfr.cafe.ee jcole@tetra.spaceapes.com jorge@linux.jorge.mysql.com kaj@work.mysql.com miguel@hegel.local miguel@light.local monty@bitch.mysql.fi monty@donna.mysql.fi Loading Loading @@ -46,5 +49,3 @@ tonu@x153.internalnet tonu@x3.internalnet venu@work.mysql.com zak@linux.local jcole@mugatu.spaceapes.com arjen@fred.bitbike.com
Build-tools/Do-compile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ if ($opt_stage == 0) { system("mkdir $host") if (! -d $host); system("touch $host/mysql-fix-for-glob"); rm_all(<$host/mysql-*>); rm_all(<$host/mysql*>); system("mkdir $host/bin") if (! -d "$host/bin"); } rm_all("$host/test"); Loading
Build-tools/Do-rpm +3 −3 Original line number Diff line number Diff line Loading @@ -159,10 +159,10 @@ cat > $logdir/$TMP_SCRIPT_MYSQL <<END set -x # Check environment export MYSQL_BUILD_PATH="/usr/cygnus/redhat-980810/H-i386-pc-linux-gnu/bin/:/usr/bin:/bin" export MYSQL_BUILD_CFLAGS="-O6 -fno-omit-frame-pointer -mpentium" export MYSQL_BUILD_PATH="/usr/local/bin:/my/gnu/bin:/usr/bin:/bin" export MYSQL_BUILD_CFLAGS="-O6 -fno-omit-frame-pointer -mcpu=pentiumpro" export MYSQL_BUILD_CXXFLAGS="-O6 -fno-omit-frame-pointer \ -felide-constructors -fno-exceptions -fno-rtti -mpentium" -felide-constructors -fno-exceptions -fno-rtti -mcpu=pentiumpro" gcc -v # Make RPM Loading
Docs/manual.texi +42 −10 Original line number Diff line number Diff line Loading @@ -5534,10 +5534,12 @@ created and you must have TCP/IP installed. Optimised binary with support for symbolic links, InnoDB and BDB tables. @item @code{mysqld-max-nt} @tab Like @code{mysqld-max}, but compiled with support for named pipes. Like @code{mysqld-max}, but compiled with support for named pipes. @end multitable Starting from 3.23.50, named pipes are only enabled if one starts mysqld with @code{--enable-named-pipe}. All of the above binaries are optimised for the Pentium Pro processor but should work on any Intel processor >= i386. Loading Loading @@ -9321,6 +9323,11 @@ You can force a MySQL client to use named pipes by specifying the @code{--pipe} option or by specifying @code{.} as the host name. Use the @code{--socket} option to specify the name of the pipe. Note that starting from 3.23.50, named pipes are only enabled if start mysqld with @code{--enable-named-pipe}. This is because some users have experienced problems shutting down the MySQL server when one uses named pipes. You can test whether or not MySQL is working by executing the following commands: Loading Loading @@ -9597,6 +9604,9 @@ option to the new MySQL clients or create an option file host = localhost @end example Starting from 3.23.50, named pipes are only enabled if start mysqld with @code{--enable-named-pipe}. @item @code{Access denied for user} error If you get the error @code{Access denied for user: 'some-user@@unknown' to database 'mysql'} when accessing a MySQL server on the same Loading Loading @@ -14157,6 +14167,10 @@ Enable system locking. Note that if you use this option on a system which a not fully working lockd() (as on Linux) you will easily get mysqld to deadlock. @item --enable-named-pipe Enable support for named pipes; This only works on NT and newer windows versions. @item -T, --exit-info This is a bit mask of different flags one can use for debugging the mysqld server; One should not use this option if one doesn't know Loading Loading @@ -32743,7 +32757,7 @@ mysql> select INET_ATON("209.207.224.40"); @end example The generated number is always in network byte order; For example the above number is calculated as @code{209*255^3 + 207*255^2 + 224*255 +40}. above number is calculated as @code{209*256^3 + 207*256^2 + 224*256 +40}. @findex MASTER_POS_WAIT() @item MASTER_POS_WAIT(log_name, log_pos) Loading Loading @@ -45670,12 +45684,13 @@ are used if you don't specify a hostname or if you specify the special hostname @code{localhost}. On Windows you can connect only with TCP/IP if the @code{mysqld} server is running on Win95/Win98. If it's running on NT, you can also connect with named pipes. The name of the named pipe is MySQL. If you don't give a hostname when connecting to @code{mysqld}, a MySQL client will first try to connect to the named pipe, and if this doesn't work it will connect to the TCP/IP port. You can force the use of named pipes on Windows by using @code{.} as the hostname. is running on Win95/Win98. If mysqld is running on NT and started with @code{enable-named-pipe}, you can also connect with named pipes. The name of the named pipe is MySQL. If you don't give a hostname when connecting to @code{mysqld}, a MySQL client will first try to connect to the named pipe, and if this doesn't work it will connect to the TCP/IP port. You can force the use of named pipes on Windows by using @code{.} as the hostname. The error (2002) @code{Can't connect to ...} normally means that there isn't a MySQL server running on the system or that you are Loading Loading @@ -49143,6 +49158,23 @@ not yet 100% confident in this code. Our Linux RPMS and binaries are now compiled with gcc 3.0.4, which should make them a bit faster. @item Fixed some buffer overflow problems when reading startup parameters. @item Because of problems on shutdown we have now disabled named pipes on windows by default. One can enable this with by starting mysqld with @code{--enable-named-pipe}. @item Fixed bug when using @code{WHERE key_column = 'J' or key_column='j'}. @item Fixed core-dump bug when using @code{--log-bin} with @code{LOAD DATA INFILE} without an active database. @item Fixed bug in @code{RENAME TABLE} when used with @code{lower_case_table_names=1} (default on Windows). @item Fixed unlikely core-dump bug when using @code{DROP TABLE} on a table that was in use by a thread that also used queries on only temporary tables. @item Fixed problem with @code{SHOW CREATE TABLE} and @code{PRIMARY KEY} when using 32 indexes. @item Loading Loading @@ -49171,7 +49203,7 @@ Don't give warning for statement that is only a comment; This is needed for @code{mysqldump --disable-keys} to work. @item Fixed unlikely caching bug when doing a join without keys. In this case the last used field for a table always returned @code{NULL}. the last used column for a table always returned @code{NULL}. @item Added options to make @code{LOAD DATA LOCAL INFILE} more secure. @item