- 11 Feb, 2004 1 commit
-
-
guilhem@gbichot2.local authored
"MySQL server does not detect if garbage chars at the end of query": Detect garbage chars at the end of the query or at the end of a query for a prepared statement (which happens if mysql_real_query() or mysql_prepare() were called with a too big 'length' parameter (bigger than the real intended length of the query: then we receive a query + garbage characters from the client). This resulted in garbage chars written into the binlog. Now instead the client receives something like: 'You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '!stmt' at line 1' i.e. the server is pointing at the weird tail of the query (this '!stmt' are the garbage chars sent by the client). All tests pass, except mysqldump.test and ctype_utf8.test but they failed before the patch.
-
- 10 Feb, 2004 19 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2.local authored
added setting of 'neg' in Item_param::set_time() (looks like the only forgotten member). It's the second place I find where 'neg' was forgotten. The symptom was unexpected negative times in the binary log when running tests/client_test.c (test_date() in fact): # at 43009 #040210 15:46:42 server id 1 log_pos 43009 Query thread_id=1 exec_time=0 error_code=0 SET TIMESTAMP=1076424402; INSERT INTO test_date VALUES('2000-01-10 11:16:20','-11:16:20' etc
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2592/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
in sql/sql_lex.cc
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
konstantin@mysql.com authored
-
bar@bar.intranet.mysql.r18.ru authored
FreeBSD "ps" detection usually failed, in 90% cases, on FreeBSD-5.1. This change should work fine under 5.x and 4.x, and I believe in 3.x. too.
-
bar@bar.intranet.mysql.r18.ru authored
It was together with the previous but. This test tends to prove it.
-
bar@bar.intranet.mysql.r18.ru authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2592/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
guilhem@gbichot2.local authored
Don't show PSEUDO_THREAD_ID in SHOW VARIABLES because: - we don't want people to discover this variable as it could never do good to set it (it was designed for use by mysqlbinlog only, so that a thread can have several temp tables of the same name at the same time) - if we show it in SHOW VARIABLES, Mysql Administrator will display it and this will force us to put a description, so all MySQL Administrator user will be aware of this variable, some may have the idea to set it with a SET command, and then it will cause bad things. The variable is still settable, and still visible with SELECT @@.
-
jani@ua141d10.elisa.omakaista.fi authored
caused UDF functions to segmenation fault when they tried to print an error during wrong usage.
-
jani@ua141d10.elisa.omakaista.fi authored
-
bar@bar.intranet.mysql.r18.ru authored
Multibyte charsets do not check that incoming data is well-formed
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1
-
bell@sanja.is.com.ua authored
-
- 09 Feb, 2004 9 commits
-
-
guilhem@gbichot2.local authored
Don't use --command in tests; use command.
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
konstantin@oak.local authored
don't set other flags: it breaks future extensions
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1
-
monty@mysql.com authored
Removed warnings from test suite
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1
-
- 06 Feb, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
-
- 05 Feb, 2004 5 commits
-
-
monty@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2310/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
monty@mysql.com authored
Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479. Added 'select_to_file' class to be able to merge identical code for select_export and select_dump
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Emit "TYPE=" for 4.0 and 3.23 compatible modes
-
- 04 Feb, 2004 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Bug #2619 ucs2 LIKE comparison fails in some cases Fixes
-
bar@bar.intranet.mysql.r18.ru authored
-
- 03 Feb, 2004 2 commits
-
-
konstantin@mysql.com authored
-
bar@bar.intranet.mysql.r18.ru authored
-