MXS-1929: Take ResultSet into use
Replaced the previous RESULTSET with the new implementation. As the new ResultSet doesn't have a JSON streaming capability, the MaxInfo JSON interface has been removed. This should not be a big problem as the REST API offers the same information in a more secure and structured way.
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/sqlite3.h>
|
||||
#include <maxscale/thread.h>
|
||||
#include <maxscale/mysql_binlog.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
@ -67,9 +68,6 @@ MXS_BEGIN_DECLS
|
||||
#define BLR_REPORT_REP_HEADER 0x02
|
||||
#define BLR_CHECK_ONLY 0x04
|
||||
|
||||
/* MariaDB GTID string len */
|
||||
#define GTID_MAX_LEN 42
|
||||
|
||||
/* GTID slite3 query buffer size */
|
||||
#define GTID_SQL_BUFFER_SIZE 1024
|
||||
|
||||
|
Reference in New Issue
Block a user