159 Commits (13c32771e7e46573c3e39973f5af20cb9560867a)

Author SHA1 Message Date
Alexander Barkov 13c32771e7 Backporting WL#1213 17 years ago
Alexey Kopytov f02525be83 Backport of WL #2934: Make/find library for doing float/double 17 years ago
Konstantin Osipov 4cff617c25 Backport of: 17 years ago
Davi Arnaut ed800b5d77 Backport of Bug#45767 to mysql-next-mr 17 years ago
Alexander Barkov 482d3bfd80 Backporting WL#3759 Optimize identifier conversion in client-server protocol 17 years ago
Gleb Shchepa e642140b18 Bug# 30946: mysqldump silently ignores --default-character-set 17 years ago
Martin Hansson acc642c87c Bug#45168: assertion with convert() and empty set value 17 years ago
Ramil Kalimullin fe350c59aa Fix for bug#44743: Join in combination with concat does not always work 17 years ago
Ignacio Galarza 2b85c64d65 Bug#29125 Windows Server X64: so many compiler warnings 18 years ago
Alexey Kopytov a715b70278 Fix for bug #41868: crash or memory overrun with concat + upper, 18 years ago
Alexey Kopytov 0a6c553510 Temporarily reverted patch for bug #41868 as it was causing problems in PB. 18 years ago
Alexey Kopytov 887d1493fa Fix for bug #41868: crash or memory overrun with concat + upper, date_format 18 years ago
Alexey Kopytov 30ac49019d Fix for bug #21205: Different number of digits for float/double/real in --ps-protocol 18 years ago
gkodinov/kgeorge@magare.gmz e8fd6cd4a1 Bug #33544: UDF_INIT member decimals initialized wrong with 19 years ago
bar@mysql.com/bar.myoffice.izhnet.ru f83cc8e6db Bug#23924 general_log truncates queries with character set introducers. 19 years ago
bar@mysql.com/bar.myoffice.izhnet.ru 25debb1db6 sql_string.cc: 19 years ago
gshchepa/uchum@gleb.loc fedeec6c8a Fixed bug #32282: TEXT silently truncates when value is exactly 65536 19 years ago
monty@mysql.com/nosik.monty.fi e53a73e26c Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 19 years ago
bar@mysql.com/bar.myoffice.izhnet.ru 7269c6cc6c Reversing additional change suggested by Serg 19 years ago
bar@mysql.com/bar.myoffice.izhnet.ru 4eebfd09c2 Bug#28875 Conversion between ASCII and LATIN1 charsets does not function 19 years ago
monty@mysql.com/narttu.mysql.fi 088e2395f1 WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 20 years ago
anozdrin/alik@alik. ba7a03759b Fix for BUG#24293: '\Z' token is not handled correctly in views. 20 years ago
monty@mysql.com/narttu.mysql.fi 88dd873de0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 20 years ago
bar@mysql.com/bar.intranet.mysql.r18.ru 0e3a1eece7 Bug#18908: ERROR 1406 (22001): Data too long for column :: using utf8 20 years ago
tnurnberg@salvation.intern.azundris.com 13200c3f96 Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-connector-j driver. 20 years ago
tnurnberg@salvation.intern.azundris.com 41f1932488 Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-connector-j driver. 20 years ago
monty@mysql.com 860661a2dc unsigned char -> uchar 20 years ago
serg@serg.mylan d00b56549c String::set(double) and set(longlong) -> set_real() and set_int() 20 years ago
serg@serg.mylan 99fd8f728b cleanup String::set(integer) 20 years ago
elliot@mysql.com c0b5b3cd40 Fix spelling in comments as requested by Osku 20 years ago
bar@mysql.com 9ac6e558d4 Bug#15375 Unassigned multibyte codes are broken 21 years ago
bell@sanja.is.com.ua 806f9e24ff Inefficient usage of String::append() fixed. 21 years ago
serg@serg.mylan 6a5349028c a compiler must see '#pragma implementation' *before* 21 years ago
monty@mysql.com 29fd1f2fd9 Move USE_PRAGMA_IMPLEMENTATION to proper place 21 years ago
kent@mysql.com bd48eed988 tztime.cc: 21 years ago
msvensson@neptunus.(none) 83d430353e Add ifdefs to control when "#pragma implementation" should be used 21 years ago
monty@mysql.com 594ef41b2d Cleanup during reviews 22 years ago
monty@mysql.com 67ce247965 Add support for up to VARCHAR (size up to 65535) 22 years ago
tomas@poseidon.ndb.mysql.com 1827256ac5 fix call of string::copy() if HAVE_FCONVERT is set 22 years ago
bar@mysql.com 7577c8bfc9 A fix according to Monty's request: 22 years ago
bar@mysql.com 541883f9d8 Produce a "truncated" warning if a value cannot be converted 22 years ago
monty@mishka.local 04c23808a8 Review of all code pushed since last review 22 years ago
monty@mysql.com fd0153304d Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173) 22 years ago
bar@mysql.com f814d224f7 Critical fixes after review: 22 years ago
bar@mysql.com c64d93b274 Allocate memory when a character set is requested: 22 years ago
konstantin@mysql.com f08bbd1f12 assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 22 years ago
bar@bar.intranet.mysql.r18.ru d0c761e66b sql_string.h: 22 years ago
bar@bar.intranet.mysql.r18.ru 3f8996f88d 1. Some optimization when conversion is not needed. 22 years ago
konstantin@mysql.com f207b33a7b Support for character set conversion in binary protocol: another go 22 years ago