ram@gw.mysql.r18.ru
d75674a541
a fix ( #2185 : mysql.server script echo bug)
...
thnx Paul.
<monty> can you get the above into configure and make Makefile.am patch
mysql.server.sh with the right values for mysql.server ?
<monty> or do you think we should just put the above in mysql.server.sh directly
<ramil> as you want
<monty> the last is kind of hard to do with variables, so lets put the
above in mysql.server.sh directly
2004-02-02 15:25:20 +04:00
lenz@kallisto.local
ca27da12fe
- link the mysql client RPM against libreadline instead of libedit
...
(BUG 2289)
2004-01-13 19:55:37 +01:00
lenz@mysql.com
808ea1486d
- be able to build MySQL-shared-compat RPMs for other archs than i386
2004-01-13 19:44:33 +01:00
lenz@mysql.com
e9b90a7dcc
- marked /etc/logrotate.d/mysql as a config file in the RPM spec file
...
(BUG#2156)
2003-12-22 14:56:06 +01:00
paul@teton.kitebird.com
5b1422ee61
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into teton.kitebird.com:/home/paul/mysql-4.1
2003-12-19 10:21:15 -06:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
monty@mysql.com
d47deebb58
Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105 )
...
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846 )
Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812 )
One can now configure MySQL as windows service as a normal user. (Bug #1802 )
Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736 )
IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704 )
Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983 )
Safety fix for service 'mysql start' (Bug #1815 )
2003-12-14 06:39:52 +02:00
lenz@mysql.com
1483e8d372
- fixed file permissions for the server RPM docs directory (BUG 1672)
2003-12-13 03:52:19 +01:00
lenz@mysql.com
6876df424c
- Reworked the Do-rpm build script to be more flexible
...
- Reworked testing for gcc3 in the RPM spec file a bit
2003-12-12 23:06:26 +01:00
paul@teton.kitebird.com
d87e721a38
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into teton.kitebird.com:/home/paul/mysql-4.1
2003-12-08 10:41:51 -06:00
lenz@kallisto.local
9aa12e25f1
Fixed two packaging bugs:
...
- postinstall of the Mac OS X PKG failed as a parameter for
mysql_install_db was changed for MySQL 4.1
- postinstall of the Server RPM failed as mysql_create_system_tables was
missing from the file list
2003-12-08 14:38:29 +01:00
lenz@mysql.com
53aa633b24
- Bugfix for the Mac OS X startup script: Suppress the annoying
...
"$1: unbound variable" error when no option was given
2003-12-03 13:56:33 +01:00
paul@teton.kitebird.com
e1ae150f96
Fix typos.
2003-12-01 12:56:29 -06:00
serg@serg.mylan
bff0bbeb1f
merged
2003-11-25 18:26:53 +01:00
lenz@mysql.com
531eb44301
- Removed COPYING.LIB from all source and binary distributions
...
after it was removed from manual.texi (where it was automatically
generated from).
2003-11-25 17:52:12 +01:00
lenz@mysql.com
35af929935
- removed dependency on MySQL-client from the MySQL-devel RPM subpackage
...
as it is not really required. (BUG 1610) Thanks to Scott Harrison for
the suggestion.
2003-11-21 13:22:49 +01:00
monty@narttu.mysql.fi
4e4725377d
Merge with 4.0
2003-11-04 09:40:36 +02:00
monty@narttu.mysql.fi
37ee1b8e43
Move the pid file testing after arguments are parsed (previous patch was not correct)
2003-10-24 14:22:54 +03:00
monty@narttu.mysql.fi
6056cfadfc
Merge with 4.0.16
2003-10-07 15:42:26 +03:00
paul@ice.snake.net
62de13dca3
Ride hobby horse.
2003-10-04 17:41:17 -05:00
monty@narttu.mysql.fi
89f30200bc
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
...
Add quoting for use `database` for mysqlbinlog
Removed test ins0000001
Add support for --replace for exec in mysqltest
Don't refer to install dir in mysqlbinlog.result
2003-09-29 12:31:35 +03:00
lenz@mysql.com
caf23b6999
- force the removal of /var/lock/subsys/mysql on MySQL shutdown
2003-09-17 22:41:01 +02:00
monty@mashka.mysql.fi
73f66f68fd
merge with 4.0.15
2003-09-11 20:24:14 +03:00
lenz@mysql.com
a37142ca92
- added a missing %define in the RPM spec file
...
(thanks to Haakon Innerdal for spotting this one)
2003-09-01 12:25:39 +02:00
lenz@mysql.com
735b5ca49d
- Fixed BUG 1162 (removed macro names from the changelog)
...
- Really fixed BUG 998 (disable the checking for installed but
unpackaged files)
2003-08-29 19:14:42 +02:00
monty@narttu.mysql.fi
77a70a0a24
merge with 4.0.15
2003-08-29 13:44:35 +03:00
lenz@mysql.com
21ce7a4da1
- Do-pkg can now create a separate package including a MySQL Startup Item
...
for Mac OS X and add it to the installation Disk Image.
2003-08-19 13:57:58 +02:00
lenz@mysql.com
927dff6c47
- Added some files to support-files/MacOSX to enable building the Mac OS X
...
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
2003-08-15 14:55:05 +02:00
monty@mashka.mysql.fi
2263e3e51f
Merge with 4.0.14
2003-08-11 22:44:43 +03:00
lenz@mysql.com
b8e5f7f119
Some fixes for the RPM spec file:
...
- Fixed BUG#959 (libmysqld not being compiled properly)
- Fixed BUG#998 (RPM build errors): added missing files to the
distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
mysql_fix_privilege_tables.1), removed "-n" from %install section.
2003-08-06 11:42:48 +02:00
lenz@mysql.com
8b39795b1c
- heavily reworked the comments and layout of the new sample my.cnf file
...
as requested by PeterZ
2003-07-16 17:13:45 +02:00
lenz@mysql.com
f4ec8a73da
- enhanced the RPM spec file (use more RPM macros, cleanups, allow to
...
override CC/CXX when using a special compiler)
- the RPM should now build on AMD64 and IA64, too
2003-07-09 15:51:31 +02:00
peter@mysql.com
1bd7127208
New Sample config file.
...
The changes for actual loads and memory sizes are to be done after
text and format are improved.
2003-07-03 16:41:46 +04:00
serg@serg.mylan
97867cb89b
mysql.server should read [server] group from my.cnf - according to the manual
2003-06-13 19:25:26 +02:00
lenz@mysql.com
90543684b4
- fixed a path to init script in RPM spec file (/sbin/init.d is obsolete)
2003-06-11 13:38:02 +02:00
monty@narttu.mysql.fi
7a54334443
Merge with 4.0.13
2003-06-05 17:33:38 +03:00
lenz@mysql.com
810e3bff14
- When compiling the Max package incl. RAID support using gcc, make sure
...
to set CXX=gcc (cannot link the code with g++) - this should help to
recompile the RPM on Distributions using gcc 3
- Added a symlink /usr/sbin/rcmysql -> /etc/init.d/mysql
2003-06-04 22:31:06 +02:00
lenz@mysql.com
7947830b2d
- Updated Default-Stop run levels in the LSB header section to satisfy
...
Red Hat's chkconfig (Bug #272 ) (The LSB spec is a bit ambigous about
what actually needs to be put into this field)
2003-06-04 17:31:21 +02:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
mysqldev@build.mysql2.com
cf79c47597
- re-enabled RAID support for the Max subpackage again
2003-05-16 13:36:13 +02:00
lenz@mysql.com
07238bab28
- On Mac OS X, better call mysql_install_db with "-IN-RPM" during
...
the installation to make sure the privilege tables are being
installed even if the DNS configuration is broken, which seems
to be quite common (reverse lookups to "hostname" fail).
This should resolve the problem many Mac OS users experience
("Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't
exist") when they try to start MySQL after installing the PKG.
2003-05-12 17:09:31 +02:00
lenz@mysql.com
23cb2a95f9
- added MySQL-shared-compat.spec(.sh) to the distribution. This spec file
...
can be used to build a compatibility package that includes the shared
libraries of MySQL 3.23.xx and MySQL 4.0.xx for backwards compatibility
with dynamically linked applications. It simply repackages the two
MySQL-shared RPMs, so these need to be created or downloaded separately.
2003-05-06 22:33:08 +02:00
lenz@mysql.com
66997c0fb3
- fixed Max RPM package description (removed RAID)
2003-04-30 11:30:45 +02:00
lenz@mysql.com
5f830363f2
- disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
...
(several users reported crashes, even when not using RAID) (see bug #346 )
2003-04-30 11:27:13 +02:00
monty@mashka.mysql.fi
938933afc9
Use my.cnf file from datadir even if datadir is different from the default one.
2003-04-28 12:00:04 +03:00
lenz@mysql.com
8867a6c4a0
- support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
...
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
monty@narttu.mysql.fi
b228f5ff10
merge
2003-04-24 00:36:48 +03:00
monty@narttu.mysql.fi
f6a43bd567
Fixes for valgrind
...
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
2003-04-23 21:52:16 +03:00
lenz@mysql.com
4d6d491a8f
- updated sample my.cnf files: removed deprecated set-variable keywords
2003-04-23 01:51:28 +02:00
lenz@mysql.com
1d5f8cb79f
- fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X
2003-04-23 01:51:25 +02:00
lenz@mysql.com
1e66aec502
- Updated variable names that have been renamed in my.cnf example files
...
(bug #223 )
- Added more detailed info about how to set up replication
2003-04-15 17:34:56 +02:00
lenz@mysql.com
ac8f4677d4
- corrected shutdown priority on Red Hat (should be shut down very early)
...
- adjusted LSB run levels to be identical as on Red Hat (2-5)
2003-04-11 13:02:16 +02:00
lenz@mysql.com
c043c6c234
- worked around bug #235 (my-huge.cnf error) by reformatting the comments
...
in the sample configuration files
- reworked the replication options and comments a bit
- added option "skip-networking" (commented out by default) to the
sample configuration files (enhancement request from bug report #234 )
2003-04-09 22:14:21 +02:00
lenz@mysql.com
d97caf59ca
- increased bdb_max_lock value to pass sql-bench
...
- re-enabled OpenSSL for the Max RPM package
2003-04-02 14:38:25 +02:00
monty@mashka.mysql.fi
3bed7a6131
Merge with 4.0.13
2003-03-26 18:37:38 +02:00
lenz@mysql.com
3393432390
- fixed wrong order of commands in Mac OS X Readme.txt
...
(Thanks to Marc Liyanage for spotting this)
2003-03-24 15:06:11 +01:00
monty@narttu.mysql.fi
112dfa5900
Fixes for fill_help_tables.sql
2003-03-21 18:53:55 +02:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
lenz@mysql.com
8066830f00
- we need to require an installation on the root volume (/usr/local/mysql)
2003-03-14 14:17:56 +01:00
lenz@mysql.com
7476ffd7f0
- added missing file mysql_secure_installation to server RPM subpackage
...
(bug #141 ) (please merge with 4.1 and onwards)
2003-03-10 20:21:11 +01:00
venu@myvenu.com
dff8f63272
Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db
2003-03-07 10:16:23 -08:00
lenz@mysql.com
541ba610b1
- Heavily reworked the Do-pkg script to use functions from logger.pm
...
- moved helper functions from Bootstrap script to logger.pm
2003-02-25 15:20:07 +01:00
lenz@mysql.com
3e75d7771d
- added more files to support-files/MacOSX and added them to the
...
distribution
- added Bootstrap, logger.pm and Do-pkg to Build-tools:
Bootstrap is used to build the source distribution for the binary builds
logger.pm includes some helper functions
Do-pkg converts a binary distribution into a Mac OS X PKG (still needs
some polishing)
2003-02-19 21:02:05 +01:00
lenz@mysql.com
c974f42a6f
(please merge into 4.1 and onwards)
...
- re-added missing pre- and post(un)install scripts to server subpackage
- added config file /etc/my.cnf to the file list (just for completeness)
- make sure to create the datadir with 755 permissions
2003-02-11 12:27:53 +01:00
lenz@mysql.com
1b640ac82d
- added support-files/MacOSX to include files specific for building
...
MacOSX packages using PackageMaker
- renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X
terminology as well)
2003-02-03 20:39:48 +01:00
lenz@mysql.com
493e391182
- removed unused CC and CXX variables
...
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
2003-01-27 20:55:03 +01:00
lenz@mysql.com
1ecf9d5098
- added mysql_waitpid to the MySQL-client RPM and binary distributions
...
- renamed MySQL.rpm to MySQL-server.rpm
2003-01-24 16:10:21 +01:00
lenz@mysql.com
9bcc70df35
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2002-12-05 22:05:31 +01:00
monty@mashka.mysql.fi
2435dce96d
Merge with 3.23
2002-12-05 03:52:53 +02:00
lenz@mysql.com
a13d1b2faf
- removed unused variable $defaults
...
- parse mysql.server section in my.cnf as well
2002-11-29 17:36:36 +01:00
lenz@mysql.com
b6175db464
- Moved the init script from /etc/rc.d/init.d to /etc/init.d for better
...
compatibility of the RPMs
- added "restart" action to the mysql.server init script
2002-11-27 22:57:17 +01:00
lenz@mysql.com
584446ee02
- Updated to Marcs latest version from entropy.ch
2002-11-26 11:21:35 +01:00
lenz@mysql.com
98b336afbd
- fixed tabbing
2002-11-25 13:30:56 +01:00
lenz@mysql.com
fa7798596d
mysql.server.sh:
...
- reverted some incompatible/non-portable modifications
2002-11-25 13:25:18 +01:00
lenz@mysql.com
eef0952be6
mysql.server.sh:
...
- reverted some incompatible/non-portable modifications
2002-11-25 13:14:38 +01:00
lenz@mysql.com
4c32ffcb68
mysql.server:
...
- fixed some typos and wording (merged from 3.23 tree)
- fixed parsing the correct section in /etc/my.cnf ([mysql_server] ->
[mysql.server]) as documented in the manual
2002-11-22 18:37:00 +01:00
lenz@mysql.com
d882391975
scripts/safe_mysqld.sh
...
- fix setting of niceness level
support-files/mysql.server.sh
- applied some fixes from 4.0 mysql.server script
- fix my.cnf parsing
2002-11-22 18:26:45 +01:00
serg@serg.mysql.com
f2aab61a60
Merge serg.mysql.com:/usr/home/serg/Abk/mysql
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-11-17 00:36:28 +01:00
lenz@mysql.com
042ac3fb67
- Fixed some minor bugs/typos
2002-11-15 01:57:56 +01:00
lenz@mysql.com
a15eafd0a0
- Small fix for support-files/mysql.spec.sh
...
- Updated scripts/make_binary_distribution.sh to include the correct
ChangeLog and the LICENSE file for non-GPL builds
2002-10-02 13:06:04 +02:00
lenz@mysql.com
9a2c402cc8
- renamed gtar->tar in Build-tools/mysql-copyright, since it is more
...
common, especially on our main build systems
- cosmetical fix in mysql.spec
2002-09-27 15:27:14 +02:00
lenz@mysql.com
9aeb138a69
- added Changelog entry to manual.texi
...
- mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
2002-09-25 17:36:21 +02:00
monty@hundin.mysql.fi
c7499a1039
Portabilityfix in mysqladmin.c
...
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
lenz@mysql.com
3d38dfe541
- RPM spec file adjustments for the features of the Max binary (disabled
...
OpenSSL, enabled RAID)
- added compatibility link safe_mysqld -> mysqld_safe
2002-08-09 11:39:34 +02:00
lenz@mysql.com
c5bdaee9ad
- added the init script to support the LSB init script spec
...
- overhauled the RPM spec file (more macros, package descriptions)
2002-07-30 23:01:36 +02:00
monty@mashka.mysql.fi
d686ef729f
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
...
Changed name of variables
NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
to avoid confusion with 'not...' variables.
Write name of adminstrator command to slow log.
Added mysqldumpslow to RPM
2002-07-29 09:35:25 +03:00
monty@mashka.mysql.fi
bc035c71f1
Merge with 3.23.51
...
Fixed wrong usage of sprintf() in ha_innodb.cc
2002-07-25 22:46:28 +03:00
lenz@mysql.com
7b83805443
- Fixed build failure in mysql.spec.sh - linking against the special
...
patched glibc would force static linking, which does not work with
OpenSSL (which is now part of the Max binary)
- RPM spec file cleanups
- Init script cosmetical fix
2002-07-23 17:04:20 +02:00
lenz@mysql.com
251449899a
- fixed typo in manual.texi
...
- fixed compile option in mysql.spec
2002-07-16 18:43:03 +02:00
lenz@mysql.com
b287b3ed44
- removed the mit-pthreads subdirectory on Monty's request (mit-pthreads
...
is now available as a separate downloadable tarball instead)
- modified the RPM spec file according to discussions with Monty, Jani,
Heikki and David (corrected build options, updated Packager tag)
2002-07-15 11:53:05 +02:00
lenz@mysql.com
e4da730d4c
Updated Packager Tag
2002-07-15 09:54:26 +02:00
heikki@hundin.mysql.fi
5af8ab542f
my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh:
...
Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
2002-07-12 20:00:15 +03:00
nick@nick.leippe.com
9e9265fdc5
Added more complete master and slave configuration section
2002-05-30 17:38:19 -07:00
lenz@mysql.com
818af46d6c
Reworked the RPM spec file and added several fixes to make the
...
build scripts work again.
2002-05-03 12:31:25 +02:00
monty@hundin.mysql.fi
727e507bca
merge with 3.23.50
2002-03-27 01:56:10 +02:00
monty@hundin.mysql.fi
37522497ac
Fix path to enable compile with other gcc version
2002-03-26 08:35:07 +02:00
monty@hundin.mysql.fi
3d7490d2c0
Fixed typo
2002-03-26 00:28:33 +02:00
monty@hundin.mysql.fi
ca55d0c2b0
Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc
2002-03-25 18:10:34 +02:00
sasha@mysql.sashanet.com
aa67831207
merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
...
Let's hope this did not break anything. Will not push this one until Monty
gets back
2002-03-01 19:36:46 -07:00
sasha@mysql.sashanet.com
b065873163
RPM clean-up
2002-02-16 13:52:15 -07:00
sasha@mysql.sashanet.com
bcd8cd1372
updated build scripts for new Linux build
2002-02-16 11:32:06 -07:00
monty@hundin.mysql.fi
c1947bca03
Use --enable-local-infile as default
2002-02-14 19:41:32 +02:00
monty@hundin.mysql.fi
b0f98a302a
Enable LOAD DATA LOCAL by default
2002-02-14 19:24:49 +02:00
monty@hundin.mysql.fi
d713fee16b
Update to autoconf 2.52
...
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
2002-02-07 21:34:35 +02:00
Sinisa@sinisa.nasamreza.org
702702e9a0
small typo fix
2002-02-07 13:50:04 +02:00
sasha@mysql.sashanet.com
684f13ef4c
Ugly merge! But I am not done yet - there are a number of things I need to fix
...
before I can push
2002-01-19 22:46:25 -07:00
sasha@mysql.sashanet.com
56129ce634
Here comes a nasty patch, although I am not ready to push it yet. I will
...
first pull, merge,test, and get it to work.
The main change is the new replication code - now we have two slave threads
SQL thread and I/O thread. I have also re-written a lot of the code to
prepare for multi-master implementation.
I also documented IO_CACHE quite extensively and to some extend, THD class.
2002-01-19 19:16:52 -07:00
monty@hundin.mysql.fi
c8f87750a4
Always compile rPM's with --enable-thread-safe-client
2001-12-13 23:57:55 +02:00
monty@hundin.mysql.fi
9265a4df45
merge
2001-11-22 14:40:38 +02:00
monty@hundin.mysql.fi
0ca1a5e1dd
Add missing resolve_stack_dump to RPM
2001-11-22 12:24:06 +02:00
monty@hundin.mysql.fi
d121c2cdb9
Added missing files in libmysqld and the RPM spec file
2001-10-11 05:37:05 +03:00
monty@hundin.mysql.fi
6265dfccda
Always build thread safe client libraries in the distributed build
...
Add mysqlmanager to binary distribution.
2001-10-10 23:44:07 +03:00
tim@black.box
68832fa323
mysql.spec.sh fix typo
2001-10-10 04:04:54 -04:00
tim@work.mysql.com
a98a87af6d
mysql.spec.sh fix typo in embedded section
...
Do-rpm remove the file before doing a cp
Do-rpm print out the log file name
2001-10-09 03:04:32 +02:00
monty@hundin.mysql.fi
2f603156ed
Cleanup after last merge
2001-10-08 07:24:04 +03:00
monty@hundin.mysql.fi
12aa7e5e84
Fix for make dist
2001-09-29 15:37:53 +03:00
monty@hundin.mysql.fi
021aa7caac
Fixes for RPM build
2001-09-29 00:44:23 +03:00
monty@work.mysql.com
eb9cbe2cba
merge
2001-09-17 23:26:00 +02:00
monty@hundin.mysql.fi
56cc14ab4c
Added unique error for DEADLOCK
...
Include missing man pages into binary distribution
2001-09-17 23:43:53 +03:00
monty@work.mysql.com
9709370e0b
Merge
2001-09-15 15:19:47 +02:00
monty@hundin.mysql.fi
d1e3041ce9
Fixed bug in --safe-create-user
2001-09-15 15:24:56 +03:00
monty@work.mysql.com
18474d8419
Merge with 3.23.42
2001-09-13 09:52:35 +02:00
sasha@mysql.sashanet.com
de1b5a8c69
added symbols files to RPM to resolve stack trace
...
fixed Do-rpm to accept command-line options for easier testing/local
RPM build
2001-09-03 13:09:08 -06:00
monty@work.mysql.com
01cda0929a
merge
2001-07-18 23:58:10 +02:00
monty@hundin.mysql.fi
0fb2e24ac5
Updated version number
...
Update to new debian files
2001-07-18 14:32:54 +03:00
monty@hundin.mysql.fi
897b37b506
Changed safe_mysqld -> mysqld_safe
...
Added some alias to SHOW commands
Prepare for dynamic changing of MySQL variables
2001-06-28 10:49:16 +03:00
monty@hundin.mysql.fi
a2e9e16fdd
Added mysqlcheck to RPM
2001-06-12 13:10:23 +03:00
jani@janikt.pp.saunalahti.fi
2b5d60504b
Fixed a few typos.
2001-05-29 20:03:58 +03:00
tim@threads.polyesthetic.msg
7ca3253d0a
RPM .spec file: add "mysql" to the Provides: line, to match what
...
Redhat's RPM's are looking for.
Submitted by Florin Andrei <florin@sgi.com>.
2001-05-14 20:41:54 -04:00
monty@donna.mysql.fi
a4289cc0c8
Added information about using mysql-max
2001-05-12 09:24:35 +03:00
monty@donna.mysql.fi
91c4407e1a
Fixed a bug with SELECT DISTINCT and HAVING
2001-05-02 23:39:05 +03:00
monty@donna.mysql.fi
aa7bb900ae
Merge
2001-04-15 14:28:25 +03:00
monty@donna.mysql.fi
88c821b002
Cleanup of MySQL-Max description
2001-04-15 14:21:58 +03:00
tim@threads.polyesthetic.msg
c3e3a336b6
Try to make MySQL compile under Cygwin.
...
Bug fix for Dec OSF on Alpha.
Minor bug fix for server RPM.
Tweak RPM support for mysqld-max.
2001-04-14 13:04:20 -04:00
monty@donna.mysql.fi
2ba11380eb
Fix RPM to be able to build MySQL-Max
2001-04-14 01:30:52 +03:00
monty@donna.mysql.fi
bc7731c0c7
Changed -O6 to -O3
...
Portability fix for Innodb
2001-04-13 22:09:33 +03:00
monty@donna.mysql.fi
b897f84d74
Changes to get mysqld-max to compile
2001-04-13 16:21:38 +03:00
monty@donna.mysql.fi
8700c02dae
Changed Innobase to Innodb
...
Deleted a lot of old benchmark runs
2001-04-13 12:25:12 +03:00
monty@donna.mysql.fi
7f21a7a6da
Fixed INSERT DELAYED with Innobase
...
Fix for shutdown on NT
Fixed bug when using wrong dates from blob field.
2001-04-09 21:08:56 +03:00
monty@donna.mysql.fi
e112299b18
Fixed up mysql-max spec file
2001-04-02 19:49:43 +03:00
monty@donna.mysql.fi
9ea338ac3f
Added INNODB as a synonym for INNOBASE
...
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
Added --skip-safemalloc
2001-04-02 01:45:24 +03:00
monty@donna.mysql.fi
dab74107ab
Fix a crash in Innobase with tables with many columns and a range query
...
Removed all Attic directories.
2001-03-26 16:49:11 +03:00
monty@donna.mysql.fi
cb3dfd8252
Changed --with-innobase-db to --with-innobase
...
Updated manual about INNOBASE and BDB
2001-03-08 03:15:54 +02:00
monty@donna.mysql.fi
becf27e6db
Removed duplicated index_init() calls that causes problems with BDB
...
tables.
Merged maxsql.spec with mysql.spec
2001-03-07 14:06:39 +02:00
monty@donna.mysql.fi
b0c4b4f252
Update for Innobase
2001-02-21 14:33:52 +02:00
monty@donna.mysql.com
3f25e2f3be
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-15 03:43:38 +02:00
monty@donna.mysql.com
450d98e341
Changed --replace to --replace_result in mysqltest
...
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
2001-02-15 03:43:14 +02:00
sasha@mysql.sashanet.com
d47b6e19a9
keep frame pointer
2001-02-14 15:09:38 -07:00
monty@donna.mysql.com
cffc2849f9
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-02 04:09:04 +02:00
tim@threads.polyesthetic.msg
bcd6abea6d
Use INSTALL_DATA instead of cp.
...
mysql.server is a script, not data.
2001-02-01 20:49:04 -05:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
tim@cane.mysql.fi
08d36171a9
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
2001-01-19 02:46:13 +02:00
monty@donna.mysql.com
6d0e529042
Fixed bug when having many binary log files
...
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
2001-01-08 00:04:30 +02:00
monty@donna.mysql.com
b443871ed5
Ensure that my_print_defaults is found
2001-01-02 21:28:36 +02:00
monty@donna.mysql.com
e9c2f7d439
Fixes to get mysql-test included in the distributions
2001-01-02 14:29:47 +02:00
monty@work.mysql.com
6a6b9c1bae
Fixes build of 3.23.30
2001-01-01 21:57:05 +01:00
monty@work.mysql.com
1419c77f9d
Install mysqltest binary and new man pages
2000-12-31 11:50:54 +01:00
tim@cane.mysql.fi
a7462751af
Portability fix.
2000-12-28 20:12:39 +02:00
monty@donna.mysql.com
b590fa2567
New benchmark test
...
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
monty@donna.mysql.com
155823ad51
Lots of new benchmark runs
...
Remember filename for temporary files created with mkstemp
Fixed wrongly allocated BDB share structure
Cleanups for SunPRO
2000-12-18 16:09:19 +02:00
monty@work.mysql.com
e1c55775e5
mysql.spec.sh Don't install BDB
...
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
2000-12-13 12:43:45 +01:00
monty@donna.mysql.com
87d9388e52
Only write full transactions to binary log
...
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
2000-12-07 14:08:48 +02:00
tim@threads.polyesthetic.msg
c92c832a36
Add mysql-multi.server.sh, a replacement for mysql.server that
...
handles running several mysqlds on one host easily. Original
multi-server modifications made by Tim Bunce.
2000-11-29 18:26:10 -05:00
tim@threads.polyesthetic.msg
777881761c
More changes to mysql.server to make it fit in with the other
...
tools.
2000-11-29 18:24:21 -05:00
tim@threads.polyesthetic.msg
7f877deb47
Clean up safe_mysqld, mysql_install_db and mysql.server. They
...
should now work the way you expect them to (process command-line
arguments consistently).
2000-11-29 15:21:48 -05:00
monty@donna.mysql.com
dc5e32ea40
Added connect_timeout and fix for transactions per statement
2000-11-27 02:28:41 +02:00
monty@donna.mysql.com
61fd6baf4b
Bug fix for NATURAL JOIN, Split manual sections and more statistic variables
2000-11-20 02:57:02 +02:00
sasha@mysql.sashanet.com
f452ab6f90
sql/log.cc
...
Added magic number to binlog
sql/log_event.cc
distinquish bogus data from truncated logs
sql/log_event.h
added magic number
added LOG_READ_TRUNC error
sql/mysqlbinlog.cc
fixed to handle magic number
added O_BINARY to my_fopen
sql/mysqld.cc
added code for replicate-rewrite-db
sql/slave.cc
replicate-rewrite-db
O_BINARY
handle magic
sql/sql_class.h
added i_string_pair class
sql/sql_repl.cc
added magic
better error messages
support-files/magic
added magic for binlog
Added test case for replication of queries with error
2000-10-05 17:58:16 -06:00
tim@threads.polyesthetic.msg
69483524b9
Handle compressed man/info docs. Thanks to
...
GOMEZ Henri <hgomez@slib.fr> for the patch.
2000-09-29 15:54:54 -04:00
monty@donna.mysql.com
830d308960
Fix for SAFE_MUTEX on windows
2000-09-20 19:37:07 +03:00
monty@donna.mysql.com
dc4525636c
Small bug fixes + code for DELETE QUICK
2000-09-20 04:54:10 +03:00
monty@donna.mysql.com
25106ec755
configure fixes
2000-09-14 15:10:06 +03:00
monty@donna.mysql.com
2776500c22
Update to new root alloc, OPTIMIZE TABLE and some other changes
2000-09-12 03:02:33 +03:00
monty@donna.mysql.com
be5e4e72b6
Small bug fixes
2000-09-07 04:55:17 +03:00
monty@donna.mysql.com
ec62b3426c
Fix for compilation ; Turned of RCS flag for all files to avoid
...
unexpected expansions.
2000-08-30 22:44:57 +03:00
tim@work.mysql.com
7ea890165f
mysql.spec.sh - added libmysqlclient_r
2000-08-19 23:36:05 +02:00
monty@donna.mysql.com
a753a3a2ce
Updated benchmark and results for PostgreSQL 7.0.2
...
Added more status to the MyISAM files to avoid checking files that
has already been checked.
2000-08-18 12:48:00 +03:00
monty@donna.mysql.com
ea013c2152
Fixed for Ia64 + delayed key creation + a lot of small bug fixes
2000-08-15 20:09:37 +03:00
bk@work.mysql.com
f4c589ff6c
Import changeset
2000-07-31 21:29:14 +02:00