- 12 Feb, 2003 1 commit
-
-
arjen@george.bitbike.com authored
Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder. Moved world.sql sample database to mysqldoc tree.
-
- 11 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
- 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
-
- 10 Feb, 2003 5 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
- 09 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 08 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Feb, 2003 11 commits
-
-
monty@mashka.mysql.fi authored
-
gweir@work.mysql.com authored
new file
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Don't make OLD_PASSWORD() a reserved word
-
heikki@hundin.mysql.fi authored
Disable PAGE_CUR_LE_OR_EXTENDS because it does not work for non-latin1 char sets now
-
heikki@hundin.mysql.fi authored
Clarify the meaning of HA_READ_PREFIX_LAST as a search flag. InnoDB assumed the meaning wrong.
-
monty@mashka.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Since MySQL uses HA_READ_PREFIX_LAST in a wrong place, we make InnoDB to convert it to a right search condition
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 06 Feb, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Sinisas patch to InnoDB ORDER BY DESC bug, push it now so that Jani has it available
-
monty@mashka.mysql.fi authored
Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
-
- 05 Feb, 2003 4 commits
-
-
lenz@mysql.com authored
- add version number to build log files (e.g. Logs/build-4.1-standard.log) - add host name and uname to Subject line of build failure mails (e.g. "Subject: build(Linux): mysql-4.1-standard compilation failed") -> Please merge with all other trees!
-
lenz@mysql.com authored
the --password parameter (better add it to my.cnf instead) (Thanks to Christian Hammers for the suggestion)
-
lenz@mysql.com authored
address to report bugs to bugs@mysql.com (thanks to Christian Hammers for pointing this out) - please merge this into all other trees!
-
gweir@work.mysql.com authored
new file .del-overlay.tar.gz~5bd3087e191e7574: Delete: netware/overlay.tar.gz
-
- 04 Feb, 2003 3 commits
-
-
heikki@hundin.mysql.fi authored
Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query
-
heikki@hundin.mysql.fi authored
Fix potential bug: if MySQL calls store_lock with the TL_IGNORE argument in the middle of query processing, then InnoDB select_lock_type could be reset to LOCK_NONE in a wrong place
-
lenz@mysql.com authored
and actually results in an error with very recent autoconf versions! (see http://www.gnu.org/manual/autoconf/html_node/autoconf_165.html or "AC_LIBOBJ vs. LIBOBJS" in the autoconf documentation) Please merge this into 4.0 as well!
-
- 03 Feb, 2003 10 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
MacOSX packages using PackageMaker - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X terminology as well)
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
-
gweir@work.mysql.com authored
Added a conditional to prevent compilation of netware executables
-
lenz@mysql.com authored
case-insensitive File Systems (e.g. Mac OS X)
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mysql.com authored
-
- 02 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-