1073 Commits (94098b22c04d94138b71398172a819308bca0338)

Author SHA1 Message Date
jani@ua141d10.elisa.omakaista.fi 5c542a4656 Fixed compiler warnings. 19 years ago
tsmith@quadxeon.mysql.com 21ed11cda2 Bug #27231: Server crash when dumping into outfile with long FIELDS ENCLOSED BY option 19 years ago
mats@romeo.(none) b1f69b48ef BUG#26969: 19 years ago
cbell/Chuck@mysql_cab_desk. d44eb9f0c9 Bug #25543 Replication of wrong values if using rand() in stored procedure 19 years ago
kostja@bodhi.local 86f02cd378 A fix for Bug#26750 "valgrind leak in sp_head" (and post-review 19 years ago
tsmith@siva.hindu.god 041bea85bf Bug #25075: sql_class.cc doesn't compile with --without-query-cache 19 years ago
malff/marcsql@weblab.(none) b216d959bb Bug#8407 (Stored functions/triggers ignore exception handler) 19 years ago
antony@ppcg5.local dc24473cb2 WL#2936 19 years ago
bar@mysql.com dd0c43d5fa Bug#15126 character_set_database is not replicated (LOAD DATA INFILE need it) 19 years ago
cbell/Chuck@mysql_cab_desk. d7e4de9937 BUG#20141 "User-defined variables are not replicated properly for 19 years ago
monty@mysql.com/narttu.mysql.fi 520d1b4144 Fixed compilations problems and warnings on windows 19 years ago
cbell/Chuck@mysql_cab_desk. 4c6ced9fc5 BUG#20141 "User-defined variables are not replicated properly for SF/ 19 years ago
monty@mysql.com/narttu.mysql.fi f0ae3ce9b9 Fixed compiler warnings 19 years ago
cmiller@zippy.cornsilk.net 6e096ee8d9 Prevent bugs by making DBUG_* expressions syntactically equivalent 19 years ago
thek@kpdesk.mysql.com 19dfc42eb6 Bug#23240 --init_file statements with NOW() reports '1970-01-01 11:00:00'as the date time 19 years ago
msvensson@pilot.mysql.com 45fe5879f4 Bug#18628 mysql-test-run: security problem(part1) 19 years ago
mats@romeo.(none) e61a1841a5 BUG#22583 (RBR between MyISAM and non-MyISAM tables containing BIT field 19 years ago
guilhem@gbichot3.local be389f62de Mechanical class renaming: 19 years ago
monty@mysql.com/narttu.mysql.fi 410fc81a72 After merge fixes 19 years ago
cmiller@zippy.cornsilk.net 10cdf90bd3 Bug#24795: Add SHOW PROFILE 19 years ago
mskold/marty@mysql.com/linux.site 8272333243 ndb_use_transactions is set from value for command line flag 19 years ago
kent@mysql.com/kent-amd64.(none) 6523aca729 my_strtoll10-x86.s: 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
monty@mysql.com/narttu.mysql.fi 88dd873de0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
cbell/Chuck@suse.vabb.com 9f36c1c286 WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code. 19 years ago
iggy@rolltop.ignatz42.dyndns.org 71970547da Bug#20836 Selecting into variables results in wrong results being returned 19 years ago
kostja@bodhi.local 87a87bc04b A fix and a test case for Bug#24179 "select b into $var" fails with 19 years ago
iggy@rolltop.ignatz42.dyndns.org 3add79dd11 Bug#20836 Selecting into variables results in wrong results being returned 19 years ago
iggy@rolltop.ignatz42.dyndns.org 761a88ee0d Bug#20836 Selecting into variables results in wrong results being returned 19 years ago
monty@mysql.com/nosik.monty.fi fa81a82e7f Fixed a LOT of compiler warnings 19 years ago
monty@mysql.com/nosik.monty.fi f6682e2743 Added --debug-info to most clients to detect memory leaks in mysql-test-run 19 years ago
mats@romeo.(none) 600a6a676c BUG#24403 (valgrind complaint on uninited st_table for innodb + rbr): 19 years ago
monty@mysql.com/nosik.monty.fi e825879800 Remove compiler warnings 19 years ago
mats@romeo.(none) 1cff21b531 Changeset to fix a valgrind error in the main tree. 19 years ago
cbell/Chuck@mysql_cab. 367a41c308 Changes to the code are necessary to compile on Windows. Typecasts are needed in several DBUG_DUMP statements. CAB 01 Nov 2006 19 years ago
mats@romeo.(none) 83f8e17258 BUG#18581 (Creation of system tables recorded in binlog causing slave failure): 19 years ago
msvensson@shellback.(none) e8c7f19179 Improve comments around FLUSH STATUS 19 years ago
msvensson@shellback.(none) 631c82d2ea Bug#18888 Trying to overwrite sql/lex_hash.h during build 19 years ago
andrey@example.com 102d36b7f6 Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" 19 years ago
andrey@example.com 9010a79527 Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" 19 years ago
kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se f0bb52ab13 log_event.cc, sql_class.cc: 19 years ago
kroki/tomash@moonlight.intranet 62c79bee51 After merge fix. 19 years ago
kroki/tomash@moonlight.intranet 8798b462b5 Fix for the patch for bug#21726: Incorrect result with multiple 19 years ago
kroki/tomash@moonlight.intranet 5ea8adfae7 BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID 19 years ago
mats@romeo.(none) f5b8614fc7 BUG#22550 (Replication of BIT column failing): 19 years ago
guilhem@gbichot3.local a8836b7dde Fixing problems I identified in my auto_increment work pushed in July 19 years ago
evgen@sunlight.local f17a536e09 Fixed bug#16861: User defined variable can have a wrong value if a tmp table was 20 years ago
kroki/tomash@moonlight.intranet 0f0ddc398a BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0 20 years ago
mats@romeo.(none) 691355b6a3 BUG#20863 (if binlog format is changed between update and unlock table, wrong binlogging): 20 years ago
evgen@sunlight.local 799ecc9f2a After merge fix 20 years ago