mariadb/sql/share
Sergei Golubchik ea195d372b MDEV-9949 Connect Engine: long SRCDEF leads to broken table
Two bugs here:
* the server could create an frm (with a long attribute
  value) that it could not read back
* Connect engine opened files from inside DROP TABLE
  and was ignoring the error (correctly) but was not
  hiding it from the server (incorrectly). This caused
  a crash later when DROP TABLE was finishing successfully
  while stmt_da already have seen an error.

Also added a text case for
  MDEV-7935 CREATE TABLE ... AS SELECT ... can cause a Server crash (Assertion `0' in Protocol::end_statement)
because Connect stopped clearing the error status
in stmt_da as a fix for MDEV-7935
2016-05-05 01:05:05 +02:00
..
charsets Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
CMakeLists.txt create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00
errmsg-utf8.txt MDEV-9949 Connect Engine: long SRCDEF leads to broken table 2016-05-05 01:05:05 +02:00