- 27 May, 2003 5 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
arjen@george.bitbike.com authored
-
vva@mysql.r18.ru authored
-
mysql@home.(none) authored
Changes according to CHARSET_INFO structure
-
mysql@home.(none) authored
utf8 was not marked as compiled
-
- 26 May, 2003 10 commits
-
-
wax@kishkin.ru authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1-narttu
-
heikki@hundin.mysql.fi authored
Remove accidenatlly committed debug printfs when query cache is used sql_update.cc, sql_load.cc, sql_insert.cc, sql_delete.cc: For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1-narttu
-
monty@mashka.mysql.fi authored
-
bar@bar.mysql.r18.ru authored
ctype_ucs2 and ctype_ujis were skipped in mistake
-
bar@bar.mysql.r18.ru authored
cp1250_czech_ci was displayed even when not compiled-in in mistake.
-
- 24 May, 2003 1 commit
-
-
mysql@home.(none) authored
Character set in this test results was displayed dispite the fact that the table has the same character set
-
- 23 May, 2003 13 commits
-
-
bar@bar.mysql.r18.ru authored
c Index.xml: Collation names form lati7 were mixed
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
Bug fix: if latin2_czech_ci is not compiled, loader din't load other latin2 collations
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
Character set is not displayed in "Type" column anymore In "Collation" column NULL instead of BINARY is now displayd for for non-character data types
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
Collation and coercibility tests for string functions
-
administrador@light.hegel.local authored
into light.hegel.local:C:/mysql-dev/mysql-4.1
-
administrador@light.hegel.local authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
USER(), DATABASE() and VERSION() return in utf8 now
-
- 22 May, 2003 7 commits
-
-
guilhem@mysql.com authored
This is because rpl_relayrotate.test uses InnoDB. Example of a failing sequence: rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test Explaination in the files. Btw all other tests which use InnoDB (innodb*.test) already have this final DROP TABLE. Removed a wrong comment of mine.
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
default_collation is now displayed correctly in mysqld --help mysqld --help now displays default_collation corretly, according to --default-character-set
-
bar@bar.mysql.r18.ru authored
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
-
bar@bar.mysql.r18.ru authored
Typos fixes
-
bar@bar.mysql.r18.ru authored
Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified...
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 4 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
bar@bar.mysql.r18.ru authored
collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion
-
bar@bar.mysql.r18.ru authored
-