- 25 May, 2004 7 commits
-
-
joreland@mysql.com authored
-
konstantin@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.
-
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 20 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
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.3691
-
hf@deer.(none) authored
but database is created) handling of CREATE DATABASE errors changed
-
- 23 May, 2004 3 commits
-
-
guilhem@mysql.com authored
It causes mysqlbinlog to not stop after the end of the requested binlog, and instead read until the end of the last binlog of mysqld (beware of endless loops if you pipe this into the same mysqld). I.e. it enables back (at customer's request) what we considered (and I still do) as BUG#3204, but now with an option instead of being the default behaviour. The default behaviour is still to stop after the end of the requested binlog, whether --read-from-remote-server or not.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
(as of mi_compare_text) words with different lengths. bug #3835
-
- 22 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
names to lower case using latin1 instead of utf-8 in sql_acl.cc if lower_case_table_names was on. Also replaced in other such places system_charset_info with files_charset_info for consistency.
-
- 21 May, 2004 8 commits
-
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bcut
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.3744
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bcut
-
vva@eagle.mysql.r18.ru authored
to make list of parameters in mysql_alter_table shorted to avoid warning in MSVC (windows) building
-
hf@deer.(none) authored
errormsg.sys) Cleanups added
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
-
- 20 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
-