12 lines
371 B
Diff
12 lines
371 B
Diff
|
--- Falcon-0.9.6.8/modules/native/dbi/mysql/mysql_mod.cpp.orig 2021-08-01 12:10:19.638687653 +0200
|
||
|
+++ Falcon-0.9.6.8/modules/native/dbi/mysql/mysql_mod.cpp 2021-08-01 12:29:02.491416367 +0200
|
||
|
@@ -22,6 +22,8 @@
|
||
|
#include "mysql_mod.h"
|
||
|
#include <mysqld_error.h>
|
||
|
|
||
|
+#define IS_LONGDATA(t) ((t) >= MYSQL_TYPE_TINY_BLOB && (t) <= MYSQL_TYPE_STRING)
|
||
|
+
|
||
|
|
||
|
namespace Falcon
|
||
|
{
|