240 Commits (bc03c9ef19c567fa26ecb2a2e35c3b49b241b101)

Author SHA1 Message Date
Sergey Glukhov 0661c210d3 bug#35558 Wrong server metadata blows up the client 17 years ago
anozdrin/alik@quad. 340906f46d Fix for Bug#30217: Views: changes in metadata behaviour 18 years ago
holyfoot/hf@mysql.com/hfmain.(none) e93574e9d1 Bug #31758 inet_ntoa, oct crashes server with null+filesort 18 years ago
kaa@polly.(none) 349841118f Bug #28550 "Potential bugs related to the return type of the CHAR function". 18 years ago
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru b4f558419f Fix for bug #31349: ERROR 1062 (23000): Duplicate entry '' for key 'group_key' 18 years ago
gluh@mysql.com/eagle.(none) db39976a06 Bug#30981 CHAR(0x41 USING ucs2) doesn't add leading zero 18 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
holyfoot/hf@mysql.com/hfmain.(none) 03dfd986d7 Bug #29878 Garbage data generation when executing SESSION_USER() on a slave. 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
gkodinov/kgeorge@magare.gmz 4202454baa Bug #27530: 19 years ago
mikron@mikael-ronstr-ms-dator.local 8161ab0b53 Reapplied patch for bug18198 19 years ago
gluh@mysql.com/eagle.(none) 2d47f0cb1b Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte 19 years ago
gkodinov/kgeorge@magare.gmz 4a6efcd664 Bug #26537: item_unhex() was not expected 19 years ago
gkodinov/kgeorge@macbook.gmz 13238b0e3d merge of 5.0-opt -> 5.1-opt 19 years ago
evgen@moonbone.local fc0e206cb5 Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
malff/marcsql@weblab.(none) ccfbd68615 Bug#22684 (BENCHMARK, ENCODE, DECODE and FORMAT are not real functions) 19 years ago
kroki/tomash@moonlight.intranet 9e7f682116 Add 5.0 part of fix for bug 17047. 19 years ago
mikael/pappa@dator5.(none) 58ee682e9d BUG#18198 19 years ago
kroki/tomash@moonlight.intranet b6bee0a394 BUG#21166: Prepared statement causes signal 11 on second execution 20 years ago
tsmith/tim@siva.hindu.god 72d55f3878 Bug #20536: md5() with GROUP BY and UCS2 return different results on myisam/innodb 20 years ago
gkodinov/kgeorge@macbook.gmz f5b0dd6a00 Bug #21086: server crashes when VIEW defined with a SELECT with COLLATE clause is called 20 years ago
mikael/pappa@dator5.(none) 032d208be2 BUG#18198: Partition function handling 20 years ago
igor@olga.mysql.com f201828dd8 Fixed bug #17526: incorrect print method 20 years ago
mikael/pappa@dator5.(none) 21f8aef468 BUG#18198: Partition function bug 20 years ago
jimw@rama.(none) 9c18b5752c Bug #18539: uncompress(d) is null: impossible? 20 years ago
igor@olga.mysql.com 0e3d2dafd6 Fixed bug #18243. 20 years ago
kroki@mysql.com dbdecef495 Bug#20570: CURRENT_USER() in a VIEW with SQL SECURITY DEFINER returns 20 years ago
mikael@dator5.(none) 5771a711f0 BUG#18198: Less flexibility in defining partition functions 20 years ago
ramil@mysql.com 97562d74c9 Fix for bug #12728: Very strange behaviour of ELT 20 years ago
gluh@eagle.intranet.mysql.r18.ru b1892278c7 Bug#19599 duplication of information_schema column value in a CONCAT expr with user var 20 years ago
monty@mysql.com 74cc73d461 This changeset is largely a handler cleanup changeset (WL#3281), but includes fixes and cleanups that was found necessary while testing the handler changes 20 years ago
mikael@c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se fbd7a258e2 BUG#18198: Many strange partition functions were allowed, now only strictly allowed functions are ok 20 years ago
jimw@mysql.com 7d54b004a2 Bug #13975: "same string" + 0 has 2 different results 20 years ago
mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se 6314babf40 BUG#18198: Errors due to too much allowed in partition functions 20 years ago
jimw@mysql.com 80aafdd398 Bug #17043: Casting trimmed string to decimal loses precision 20 years ago
gluh@eagle.intranet.mysql.r18.ru 33e7d20f37 Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 20 years ago
msvensson@neptunus.(none) a626b51dad BUG#9535 Warning for "create table t as select uuid();" 20 years ago
bar@mysql.com 2f72e05903 Bug#10446 Illegal mix of collations: 20 years ago
guilhem@mysql.com 2df7d97281 Declaring some class members public for BUG#12377: 20 years ago
bar@mysql.com 1946d68f99 Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results 20 years ago
bar@mysql.com a167ddc6e7 Bug#13233 20 years ago
bar@mysql.com 7c81d7fc69 ctype_utf8.result, ctype_utf8.test: 20 years ago
monty@mysql.com f5fdf3e87a Reviewing new pushed code 20 years ago
bell@sanja.is.com.ua 6114bee47c stop evaluation constant functions in WHERE (BUG#4663) 21 years ago
bell@sanja.is.com.ua d3905f3d0e Name resolution context added (BUG#6443) 21 years ago
igor@rurik.mysql.com 4b8f2e9bb4 func_str.test: 21 years ago
bell@sanja.is.com.ua 3c5286c3e2 fixed encrypt() print (BUG#7024) 21 years ago
bell@sanja.is.com.ua a11677026f fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BUG#7015, BUG#11387) 21 years ago
bar@mysql.com 2df945d87b Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 21 years ago