|
|
b5c9650b5a
|
server: rename IStatement to PreparedStatement (#2358)
|
2016-12-30 20:59:58 +08:00 |
|
|
|
0668c5fa03
|
server: rename IContext to QueryCtx (#2356)
* server: rename IContext to QueryCtx
|
2016-12-30 19:57:56 +08:00 |
|
|
|
b180334231
|
server: fix issue 2346 (#2351)
ComStmtExecute packet just send params type information the first time,
so PrepareStmt should save it for further use.
|
2016-12-29 23:28:17 +08:00 |
|
|
|
06f0c4cbeb
|
server/driver.go: fix typo
|
2016-08-31 02:28:42 -05:00 |
|
|
|
ed4649e85d
|
*: Support load data local (#1634)
|
2016-08-30 09:38:37 +08:00 |
|
|
|
5ebdc1c765
|
server: support MULTI_STATEMENTS and MULTI_RESULTS capability (#1628)
only handle COM_QUERY currently, COM_STMT_PREPARE would be supported later
http://dev.mysql.com/doc/internals/en/capability-flags.html#flag-CLIENT_MULTI_STATEMENTS
implement set option in client/server protocol
http://dev.mysql.com/doc/internals/en/com-set-option.html
|
2016-08-26 12:27:52 +08:00 |
|
|
|
0ecb4da39d
|
*: migrate to vendor (#1175)
|
2016-04-28 16:57:18 +08:00 |
|