- 20 Jan, 2005 14 commits
-
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
bar@mysql.com authored
Bug#7834 Illegal mix of collations in IN operator IN was the first function supporting character set convertion. agg_arg_charsets() was written afterwards, which is more flexible. Now IN just reuses this function.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
release connections when last op was simple read
-
lenz@mysql.com authored
-
lenz@mysql.com authored
environment (using "build" on SUSE Linux)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
Minor fix after character set conversion.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
Add SJIS version of Japanese error messages. Windows version should include this new file, instead of the EUC-JP version.
-
bar@mysql.com authored
new file
-
- 19 Jan, 2005 10 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-bug7885
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
(Simpler fix than last commit -- no need to mess with base_cxxflags.)
-
joreland@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
joreland@mysql.com authored
remove usage of compiler supplied <new> and instead impl. own inlined placement new
-
joreland@mysql.com authored
when using shm transporter, set sigmask on each thread using pthread_sigmask
-
- 18 Jan, 2005 16 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
Sinisa@sinisa.nasamreza.org authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.0-clean
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-merges
-
lenz@mysql.com authored
source RPM): use "mysqladmin ping" instead of grepping the process list for the mysqld binary (should be more portable than relying on the "ps" options
-
dlenev@brandersnatch.localdomain authored
prefix", which roots were fixed in 4.0 tree.
-
sergefp@mysql.com authored
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
TIMESTAMP prefix" into 4.1 tree.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg7884
-
dlenev@mysql.com authored
macros. It does not fixes any bugs in 4.0. But it prevents from future error in any bugfixes that may use these macros. Also after merging into 4.1 tree this cleanup will fix bug #7884 "Able to add invalid unique index on TIMESTAMP prefix".
-
bar@mysql.com authored
not default_charset_into. It fixes the problem that in some cases numbers where treated as CHAR(N), not as BINARY(N), e.g. wrong 'charsetnr' when sent to the client side. 2. IFNULL didn't aggregate argument charsets and collations, so IFNULL(1,'a') produced a CHAR(N). Now produces a BINARY(N). 3. SELECT PROCEDURE ANALIZE now returns BINARY columns, which is much better than it worked previously: CHAR with the default character set. But in the future it's worth to fix the fields 'Field_name' and 'Optimal_fieldtype' to use UTF8, and 'Min_value' and 'Max_value' to inherit their charsets from the original items. But it is not important, and BINARY(N) is OK for now. 4. Tests were fixed accordingly. No new tests were made, as the old onces cover everything.
-