- 03 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
splittiln common client's parts
-
- 31 May, 2003 1 commit
-
-
hf@deer.(none) authored
Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code.
-
- 30 May, 2003 6 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.emb_bind
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/NEW_HELP/4.1.clear
-
vva@eagle.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
character_set_connection new variable
-
bar@bar.mysql.r18.ru authored
character_set_database was added Code optimization: reuse more code for all character sets variables
-
- 29 May, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 28 May, 2003 8 commits
-
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
-
bar@bar.mysql.r18.ru authored
bug #521 fix: ('3'='4') was true in cp1250_czech_ci
-
bar@bar.mysql.r18.ru authored
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
-
bar@bar.mysql.r18.ru authored
ifdef wrong structure has been fixed
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
bar@bar.mysql.r18.ru authored
-
- 27 May, 2003 10 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua authored
-
lenz@mysql.com authored
compile problems
-
monty@narttu.mysql.fi authored
Fixed new bug when reading field types
-
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 2 commits
-
-
bar@bar.mysql.r18.ru authored
c Index.xml: Collation names form lati7 were mixed
-
bar@bar.mysql.r18.ru authored
-