Fixed GH #1155: Select from MySQL table with longtext column causes SIGSEGV (#1164)

This commit is contained in:
jnytra
2017-07-06 00:44:21 +02:00
committed by Aleksandar Fabijanic
parent 15c076b3ea
commit f8bacb47b5
6 changed files with 96 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ public:
void testDateTime();
void testBLOB();
void testBLOBStmt();
void testLongText();
void testUnsignedInts();
void testFloat();
@@ -121,6 +122,7 @@ private:
void dropTable(const std::string& tableName);
void recreatePersonTable();
void recreatePersonBLOBTable();
void recreatePersonLongTextTable();
void recreatePersonDateTimeTable();
void recreatePersonDateTable();
void recreatePersonTimeTable();