- 18 Feb, 2003 3 commits
-
-
heikki@hundin.mysql.fi authored
Add comment about how to modify InnoDB to deal with partial-field prefixes of key value in the future
-
heikki@hundin.mysql.fi authored
Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
-
heikki@hundin.mysql.fi authored
Prepare for 5.x where HA_READ_PREFIX_LAST may pass only a few first bytes of the last field in a key value ha_innodb.cc: In 4.0 always assume HA_READ_PREFIX_LAST passes a complete-field prefix of a key value; LIKE queries use a padding trick
-
- 17 Feb, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
-
monty@mashka.mysql.fi authored
Novell patches
-
- 16 Feb, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Reverted wrong patch for mysqld_safe.sh
-
- 14 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Feb, 2003 9 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
a socket from another, still living MySQL server.
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
lenz@mysql.com authored
- updated logo to current one
-
arjen@george.bitbike.com authored
-
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 2 commits
-
-
serg@serg.mysql.com authored
-
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)
-