441 Commits (9aa70e5188e63db3b7b450b8f0161ae442398468)

Author SHA1 Message Date
Davi Arnaut cd1c6e220d Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failure 15 years ago
Guilhem Bichot 03b9e73878 Fix for BUG#57316 "It is not clear how to disable autocommit" 15 years ago
Davi Arnaut 3e9c52250a Bug#45288: pb2 returns a lot of compilation warnings 15 years ago
Mattias Jonsson 1b5f84db5b Bug#56172: Server crashes in ha_partition::reset on 15 years ago
Mattias Jonsson 86327002fe Bug#50036: Inconsistent errors when using TIMESTAMP columns/expressions 15 years ago
Mattias Jonsson 8df0bf13ab Bug#54747: Deadlock between REORGANIZE PARTITION and SELECT is not detected 15 years ago
Mattias Jonsson daf0e6b725 Bug#53676: Unexpected errors and possible table 15 years ago
unknown 2124538d9c BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave 15 years ago
Konstantin Osipov 36290c0923 A pre-requisite patch for the fix for Bug#52044. 15 years ago
Davi Arnaut f56dd32bf7 Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 15 years ago
Tor Didriksen 85da8956e6 Bug #53445 Build with -Wall and fix warnings that it generates 16 years ago
Alexey Kopytov c2ebb0ac88 Bug #42064: low memory crash when importing hex strings, in 16 years ago
Mattias Jonsson c1966505a8 Bug#52815: LIST COLUMNS doesn't insert rows in correct 16 years ago
Mats Kindahl 23d8586dbf WL#5030: Split and remove mysql_priv.h 16 years ago
Mattias Jonsson 47906997c7 Bug#51851: Server with SBR locks mutex twice on LOAD DATA 16 years ago
MySQL Build Team 1da0fb9d22 Backporting to 5.1.43sp1 patch 16 years ago
Mattias Jonsson 5196beed02 Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks with 16 years ago
Mattias Jonsson 29b39e7a44 Bug#51830: Incorrect partition pruning on range partition 16 years ago
Mattias Jonsson 48d986f511 Bug#50104: Partitioned table with just 1 partion works with fk 16 years ago
Mattias Jonsson 5eaa7936f6 Bug#51347: assertion with show create table + partition by columns 16 years ago
Konstantin Osipov 00dc9a6e70 Merge next-mr -> next-4284. 16 years ago
He Zhenxing 2b16517522 Backport Bug#37148 to 5.1 16 years ago
Mattias Jonsson eab2be0aee Bug#47343: InnoDB fails to clean-up after lock wait timeout on 16 years ago
Marc Alff 3d91522561 WL#2360 Performance schema 16 years ago
Mattias Jonsson 28e64daf2d Bug#49742: Partition Pruning not working correctly for RANGE 16 years ago
Sergei Golubchik 1ad5bb1a69 WL#4738 streamline/simplify @@variable creation process 16 years ago
Alexey Kopytov c08e6c8867 Bug #42849: innodb crash with varying time_zone on partitioned 16 years ago
Jon Olav Hauglid fb6b5ee462 Backport of revno: 2617.68.37 16 years ago
Jon Olav Hauglid 7d71d71535 Backport of revno: 3514 16 years ago
Jon Olav Hauglid 5e1dfa4c06 Backport of revno: 2617.71.1 16 years ago
Marc Alff c082955f06 WL#2360 Performance schema 16 years ago
Konstantin Osipov c52d4830bf Backport of: 16 years ago
Konstantin Osipov 3104af49cd Backport of: 16 years ago
Konstantin Osipov 5969dcda21 Backport of: 16 years ago
Konstantin Osipov 1480dafe2f Backport of: 16 years ago
Konstantin Osipov 0dcead9f61 Backport of: 16 years ago
Konstantin Osipov eff3780dd8 Initial import of WL#3726 "DDL locking for all metadata objects". 16 years ago
He Zhenxing dd383cadec BUG#37148 Most callers of mysql_bin_log.write ignore the return result 16 years ago
Mattias Jonsson d8d8efc88e Bug#32115: Bad use of Name_resolution_context from current LEX in partitioning 16 years ago
Mattias Jonsson 98fd304278 backport of bug#45904 from mysql-pe to 5.1 16 years ago
Davi Arnaut e879919a9f Backport of Bug#15192 to mysql-next-mr 16 years ago
Mattias Jonsson 785b5c4e7a Bug#48276: can't add column if subpartition exists 16 years ago
Mikael Ronstrom 16b603a8b0 Fixed a use of non-initialised variable, cannot use NULL flags if RANGE == NO_MAX_RANGE or NO_MIN_RANGE, so need to check NULL flags after checking the RANGE isn't NO_MAX_RANGE 16 years ago
Mattias Jonsson b35feb1ed0 Bug#46923: select count(*) from partitioned table fails with 16 years ago
Mikael Ronstrom 8755de32ab Fixed a few bugs in hex string generation, in call to val_str for partition expressions, also made code reusable for DEFAULT handling to fix BUG#48464 by introducing function get_cs_converted_string_value, added partition_utf8 test case for UTF8 outputs 16 years ago
Mikael Ronstrom d931cd9235 Added more comments and a safer error check 16 years ago
Mikael Ronstrom cf8fddb910 Fixed such that we fail if using integer constants for character set fields, now need to have correct constant types 16 years ago
Mikael Ronstrom 319e843509 Fixed so that character set constants are encoded as hex strings in frm file, but as utf8 strings in the same manner as default values in show create table and information schema tables 16 years ago
Mikael Ronstrom 76e2c7b9dc Ensuring character set constants are safe, first step fix 16 years ago
Mikael Ronstrom caa4fffa00 Changed COLUMN_LIST to COLUMNS after arch review 16 years ago