- 25 May, 2004 22 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/tmp/skr99/mysql-4.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0
-
hf@deer.(none) authored
configurations added to build the libraries with USE_TLS flag to be used for libmysqld
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/tmp/skr99/mysql-4.0
-
monty@mysql.com authored
-
marko@hundin.mysql.fi authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
konstantin@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
-
bar@bar.intranet.mysql.r18.ru authored
weights data now comes from a static variables but from the charset structure.
-
bar@bar.intranet.mysql.r18.ru authored
Not used code. , sql_string.cc: Not used code.
-
bar@bar.intranet.mysql.r18.ru authored
2. One now must pass length argument into append(const char *str, uint length), length is not calculated internally anymore.
-
monty@mysql.com authored
-
monty@mysql.com authored
-
patg@krsna.patg.net authored
-
patg@krsna.patg.net authored
Logging to logging@openlogging.org accepted Do-compile: 1. Option to ensure that logs are moved and then backed up on each host prior to a build 2. Option to run build with flag "--without-ndbcluster"
-
- 24 May, 2004 18 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Update of VC++ project files.
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-macosx
-
dlenev@brandersnatch.localdomain authored
which occured because we were not lowering case of file names for temporary tables altough handler assumes so if lower_case_table_names==2. Now we are lowering case for them.
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
so we set SQL_BIG_SELECTS to 1.
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/TASK_ALTER_INFO/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/TASK_ALTER_INFO/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
marko@hundin.mysql.fi authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-macosx
-
dlenev@brandersnatch.localdomain authored
The code in mysql_create_table() code assumes that if lower_case_names==2 then table alias should contain unchanged table name, and this was not true for temporary tables which had 'tmp-table' constant as alias. Now we are using table name as alias for such tables.
-
monty@mysql.com authored
Remove compiler warnings Update windows project files
-
dlenev@brandersnatch.localdomain authored
-