- 03 Mar, 2003 4 commits
-
-
guilhem@mysql.com authored
running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
like number-to-string-convertion-result, now takes current database character set, instead of thread character set. This makes it easy to be SQL99 conformant and 4.0 compatible. Item->thd_charset() is renamed to Item->default_charset() as old name doesn't describe its nature anymore.
-
- 02 Mar, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
Produce an error when a field collation and charset are not compatible
-
bar@bar.mysql.r18.ru authored
SELECT latin1_expr COLLATE anpther_charset_collation
-
- 01 Mar, 2003 6 commits
-
-
papa@gbichot.local authored
so that it has fetched the most from the master's binlog before the master accidently dies. SCRUM task #756.
-
papa@gbichot.local authored
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. This is for SCRUM task #727.
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
ram@mysql.r18.ru authored
-
ram@mysql.r18.ru authored
Typo fix.
-
ram@mysql.r18.ru authored
Portability fix. GetLongPathName is not supported by Windows95.
-
- 28 Feb, 2003 12 commits
-
-
ram@mysql.r18.ru authored
Added GeometryCollection type.
-
bar@bar.mysql.r18.ru authored
Fix for coercibility of function
-
bar@bar.mysql.r18.ru authored
Charset conversion function changes coercibility to IMPLICIT
-
bar@bar.mysql.r18.ru authored
_charset cast changes coercibility to implicit item_strfunc.cc: Collation cast change coercibility to EXPLICIT
-
bar@bar.mysql.r18.ru authored
Coercibility, initial stage item_func.h: Coercibility, initial stage
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
igor@hundin.mysql.fi authored
Added new tests for better coverage of min/max optimization code. func_group.test: Added new tests for better coverage of min/max optimization code. opt_sum.cc: Fixed wrong previous manual merge. Fixed bugs concerning fields used in min/max functions for which there are conditions of the form field=const.
-
- 27 Feb, 2003 15 commits
-
-
monty@narttu.mysql.fi authored
Fixed bug in RAND() usage in mysqlbinlog
-
bar@bar.mysql.r18.ru authored
set names binary didn't work ,
-
bar@bar.mysql.r18.ru authored
Two separate functions charset() and collatio() item_strfunc.h: Two separate functions charset() and collation()
-
bell@sanja.is.com.ua authored
-
monty@narttu.mysql.fi authored
-
igor@hundin.mysql.fi authored
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
-
bar@bar.mysql.r18.ru authored
Now all text fields convert data into proper charset before storing
-
igor@hundin.mysql.fi authored
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
-
igor@hundin.mysql.fi authored
Added tests for extended max/min optimization opt_sum.cc: Extended min/max optimization
-
bar@bar.mysql.r18.ru authored
Insert constants with an explicit character set ctype_many.result: Fix according test change
-
bar@bar.mysql.r18.ru authored
rename len -> length, to look in common style
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Don't define crc32 if we are not linking with gzip
-
monty@narttu.mysql.fi authored
regarded as unsigned longlongss, not as floats. This make these values work similar to values between 10000000000000000000 and 18446744073709551615.
-