You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: revdb/src/dbmysql.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
19
19
#endif
20
20
21
21
#include"dbdrivercommon.h"
22
+
#include"large_buffer.h"
22
23
23
24
#include<mysql.h>
24
25
#include<mysql_com.h>
@@ -66,6 +67,7 @@ class DBConnection_MYSQL: public CDBConnection
66
67
voidgetTables(char *buffer, int *bufsize);
67
68
intgetConnectionType(void) { return -1; }
68
69
intgetVersion(void) { return2; }
70
+
large_buffer_t *m_internal_buffer;
69
71
protected:
70
72
boolBindVariables(MYSQL_STMT *p_statement, DBString *p_arguments, int p_argument_count, int *p_placeholders, int p_placeholder_count, MYSQL_BIND **p_bind);
71
73
boolExecuteQuery(char *p_query, DBString *p_arguments, int p_argument_count);
0 commit comments