Skip to content

Tags: limeng12/server

Tags

mariadb-galera-5.5.42

Toggle mariadb-galera-5.5.42's commit message
MDEV-7672: Crash creating an InnoDB table with foreign keys

Analysis: after a red-black-tree lookup we use node withouth
checking did lookup succeed or not. This lead to situation
where NULL-pointer was used.

Fix: Add additional check that found node from red-back-tree
is valid.

mariadb-galera-10.0.17

Toggle mariadb-galera-10.0.17's commit message
MDEV-7673: CREATE TABLE SELECT fails on Galera cluster

Enable execution of CREATE TABLE SELECT in total order isolation. Added
a test case.

Contributed by : Andrew W Elble

mariadb-10.1.3

Toggle mariadb-10.1.3's commit message
MDEV-6323: ‘explain_node’ may be used uninitialized in this function

- Remove the compiler warning, add assert statements.
- make select_describe() not call mysql_explain_union() for
  views that were "merged for INSERT".

mariadb-10.0.17

Toggle mariadb-10.0.17's commit message
Merge remote-tracking branch 'origin/10.0' into 10.0

mariadb-5.5.42

Toggle mariadb-5.5.42's commit message
MDEV-7419 Function cli_safe_read not exported

Start the client API for low-level protocol access:
* unsigned long mysql_net_read_packet(MYSQL *mysql);
* unsigned long mysql_net_field_length(unsigned char **packet);

mariadb-10.0.16

Toggle mariadb-10.0.16's commit message
MDEV-5719: Wrong result with GROUP BY and LEFT OUTER JOIN

Merged revision 5224 from mysql-5.6 and added a test case.
..
revno: 5224
committer: Sergey Glukhov <sergey.glukhov@oracle.com>
branch nick: mysql-5.6
timestamp: Wed 2013-06-19 14:24:08 +0400
message:
    Bug#16620047 INCORRECT QUERY RESULT (AFTER SERVER UPGRADE)

mariadb-5.5.41

Toggle mariadb-5.5.41's commit message
merge

mariadb-10.1.2

Toggle mariadb-10.1.2's commit message
my_alloc.c

- Changed 0x%lx -> %p
array.c:
- Static (preallocated) buffer can now be anywhere
my_sys.h
- Define MY_INIT_BUFFER_USED
sql_delete.cc & sql_lex.cc
- Use memroot when allocating classes (avoids call to current_thd)
sql_explain.h:
- Use preallocated buffers
sql_explain.cc:
- Use preallocated buffers and memroot
sql_select.cc:
- Use multi_alloc_root() instead of many alloc_root()
- Update calls to Explain

mariadb-10.0.15

Toggle mariadb-10.0.15's commit message
5.5 merge

mariadb-10.1.1

Toggle mariadb-10.1.1's commit message
Merge branch 'bb-10.1-merge' into 10.1