171 Commits (0a12fa292221ed9cf1c58e924682a8d49c6059b8)

Author SHA1 Message Date
Vladislav Vaintroub b519f2b626 Fix compile errors and warnings and test errors introduced by microseconds push. 15 years ago
Sergei Golubchik f06cac336b post review changes 2 15 years ago
Martin Hansson 716b64cdb0 Bug#58165: "my_empty_string" gets modified and causes LOAD DATA to fail and 15 years ago
Michael Widenius 7b047a31a0 Make SQLString reallocation addaptive 15 years ago
Sergei Golubchik 62d31f675d bugfix: engine defined table options were not showing up in INFORMATION_SCHEMA.TABLES.CREATE_OPTIONS 15 years ago
Davi Arnaut 11fae04527 Bug#45288: pb2 returns a lot of compilation warnings on linux 16 years ago
Sergey Petrunya b027072e01 MWL#36: Add a mysqlbinlog option to change the used database 16 years ago
Alexander Ivanov 3ea974ad2f After merge 16 years ago
Alexander Ivanov 6bc7eab161 MWL#36: Add a mysqlbinlog option to change the used database. 16 years ago
Michael Widenius fb146de092 Removed not used declarations 16 years ago
Gleb Shchepa 4e95179af9 Bug# 30946: mysqldump silently ignores --default-character-set 17 years ago
Michael Widenius 9db357e2bf Added MY_CS_NONASCII marker for character sets that are not compatible with latin1 for characters 0x00-0x7f 17 years ago
Martin Hansson aa8677bc32 Bug#45168: assertion with convert() and empty set value 17 years ago
Ramil Kalimullin 985df4dcdc Fix for bug#44743: Join in combination with concat does not always work 17 years ago
Michael Widenius b09c0acd4e Fixed wrong test for extra_ip_sock that caused mysqld to die on Mac if --extra-port was used 17 years ago
Ignacio Galarza 54fbbf9591 Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
Alexey Kopytov fd8bf58ca9 Fix for bug #41868: crash or memory overrun with concat + upper, 17 years ago
Alexey Kopytov b30239bc1a Temporarily reverted patch for bug #41868 as it was causing problems in PB. 17 years ago
Alexey Kopytov dfbba6e7fd Fix for bug #41868: crash or memory overrun with concat + upper, date_format 17 years ago
Alexey Kopytov a01946373d Fix for bug #21205: Different number of digits for float/double/real in --ps-protocol 17 years ago
unknown 1ed34fed33 Bug#23924 general_log truncates queries with character set introducers. 18 years ago
unknown c4faf61acd sql_string.cc: 18 years ago
unknown ea73989828 Fixed bug #32282: TEXT silently truncates when value is exactly 65536 18 years ago
unknown 09a53f28a7 Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 19 years ago
unknown c6e8889946 Reversing additional change suggested by Serg 19 years ago
unknown 53df09a9a6 Bug#28875 Conversion between ASCII and LATIN1 charsets does not function 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown b66ab7f80b Fix for BUG#24293: '\Z' token is not handled correctly in views. 19 years ago
unknown f00257ddd0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
unknown 00c1c19e94 Bug#18908: ERROR 1406 (22001): Data too long for column :: using utf8 19 years ago
unknown 52f3977eef Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-connector-j driver. 20 years ago
unknown 617189958b Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-connector-j driver. 20 years ago
unknown 4b316e6fd6 unsigned char -> uchar 20 years ago
unknown 0237d9b0af String::set(double) and set(longlong) -> set_real() and set_int() 20 years ago
unknown 7c1748a1a4 cleanup String::set(integer) 20 years ago
unknown e8770dfe76 Fix spelling in comments as requested by Osku 20 years ago
unknown a464e01713 Bug#15375 Unassigned multibyte codes are broken 20 years ago
unknown fe63e09581 Inefficient usage of String::append() fixed. 20 years ago
unknown 062a1b8b4e a compiler must see '#pragma implementation' *before* 21 years ago
unknown 72dd44b9de Move USE_PRAGMA_IMPLEMENTATION to proper place 21 years ago
unknown cee10f979e tztime.cc: 21 years ago
unknown 22944a9563 Add ifdefs to control when "#pragma implementation" should be used 21 years ago
unknown 284b8b8b63 Cleanup during reviews 21 years ago
unknown a8ea31fae6 Add support for up to VARCHAR (size up to 65535) 21 years ago
unknown a38490bb03 fix call of string::copy() if HAVE_FCONVERT is set 21 years ago
unknown 6e781e11a9 A fix according to Monty's request: 21 years ago
unknown 5be6c328f5 Produce a "truncated" warning if a value cannot be converted 21 years ago
unknown 4736d0fe99 Review of all code pushed since last review 21 years ago
unknown 7d52eabb39 Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173) 22 years ago