Commit Graph

142779 Commits

Author SHA1 Message Date
Alexey Milovidov
d4ac9fe904 mysqlxx: removed MYSQL_OPT_READ_TIMEOUT [#CONV-2647]. 2011-06-29 19:59:20 +00:00
Alexey Milovidov
40c8f1e85e DB: fixed error [#CONV-2546]. 2011-06-27 19:34:03 +00:00
Alexey Milovidov
fa8fe600f1 DB: fixed error [#CONV-2546]. 2011-06-27 19:24:33 +00:00
Alexey Milovidov
c84358c259 DB: tiny modification [#CONV-2546]. 2011-06-27 19:10:43 +00:00
Alexey Milovidov
a6ec731e4c DB: unified compressed buffers and compressed iostreams [#CONV-2546]. 2011-06-27 18:33:23 +00:00
Alexey Milovidov
ea1a7d9192 DB: IO: allowed to use not own memory piece [#CONV-2546]. 2011-06-27 18:22:14 +00:00
Alexey Milovidov
054786a2a7 dbms: IO: modification [#CONV-2546]. 2011-06-27 16:41:02 +00:00
Alexey Milovidov
123e3f8e76 dbms: IO: fixed error [#CONV-2546]. 2011-06-26 21:30:59 +00:00
Alexey Milovidov
36e74d86b3 dbms: IO: modified count() and next() methods. [#CONV-2546]. 2011-06-24 21:08:26 +00:00
Alexey Milovidov
61149dd093 dbms: tests: better output [#CONV-2546]. 2011-06-24 21:07:18 +00:00
Alexey Milovidov
739361334f dbms: added checksums in compressed data [#CONV-2546]. 2011-06-24 20:18:09 +00:00
Alexey Milovidov
4b2f373163 Added cityhash for [#CONV-2546]. 2011-06-24 19:33:59 +00:00
Alexey Milovidov
f488fbbff5 dbms: removed useless copy [#CONV-2546]. 2011-06-17 21:31:41 +00:00
Alexey Milovidov
e60253110a Merge 2011-06-17 21:19:39 +00:00
Alexey Milovidov
425fc839b0 dbms: using Snappy (experimental); removed compressed iostreams [#CONV-2546]. 2011-06-17 20:44:10 +00:00
Alexey Milovidov
36517e32a2 dbms: improvement [#CONV-2546]. 2011-06-15 18:54:18 +00:00
Alexey Milovidov
236ee3303e dbms: improvement [#CONV-2546]. 2011-06-15 18:42:51 +00:00
Alexey Milovidov
b33de091f0 Removed useless code [#CONV-2593]. 2011-06-14 17:17:41 +00:00
Alexey Milovidov
ed1e02e04a Removed useless code [#CONV-2593]. 2011-06-14 16:51:01 +00:00
Alexey Milovidov
7b88ae65d8 ███████████: development. 2011-06-06 20:35:58 +00:00
Alexey Milovidov
a11485e186 ███████████-converter: added. 2011-06-03 21:02:20 +00:00
Alexey Milovidov
9d4a5cf65f mysqlxx: fixed error. 2011-06-03 17:55:26 +00:00
Alexey Milovidov
bbcc26abf4 dbms: removed tiny garbage. 2011-05-30 20:32:13 +00:00
Alexey Milovidov
43cbe1ab0d Addition to prev. revision. 2011-05-27 18:47:00 +00:00
Alexey Milovidov
b57f60393e ReadHelpers: safer. 2011-05-27 18:46:29 +00:00
Alexey Milovidov
b219f5fbae Added ███████████-server. 2011-05-25 18:15:00 +00:00
Evgeniy Gatov
fe6f7e0c6b libmysqlxx/ updates for null type values support 2011-05-19 06:14:54 +00:00
Alexey Milovidov
6dbc33abcf compressor: added util for testing compression in DB. 2011-05-16 16:39:55 +00:00
Alexey Milovidov
cb45d49d11 dbms: added copyData function for Read/Write buffers. 2011-05-16 16:31:19 +00:00
Alexey Milovidov
74e423663a dbms: fixed error. 2011-05-13 19:40:56 +00:00
Alexey Milovidov
f635f7f230 mysqlxx: fixed error in prev. revision. 2011-05-13 17:58:53 +00:00
Alexey Milovidov
5c023f20e3 mysqlxx: fixed error in prev. revision. 2011-05-13 17:48:30 +00:00
Alexey Milovidov
b45adb47fc mysqlxx: added timeouts. 2011-05-13 16:58:53 +00:00
Alexey Milovidov
4c8f946f70 ███████████: more info. 2011-05-11 17:27:08 +00:00
Alexey Milovidov
57e0a3a25a ███████████-appender: tiny modification. 2011-05-10 17:23:29 +00:00
Alexey Milovidov
b18bedd18c DB: IO: development. 2011-05-05 19:10:17 +00:00
Alexey Milovidov
e77285160d mysqlxx: added more comments. 2011-04-28 20:23:56 +00:00
Alexey Milovidov
acdb53f933 Merge 2011-04-28 20:20:27 +00:00
Alexey Milovidov
9829b84ef5 mysqlxx: fixed error when reusing *Result objects for different results. 2011-04-28 17:12:28 +00:00
Alexey Milovidov
1a5b3c0473 mysqlxx: fixed error. 2011-04-25 20:31:34 +00:00
Alexey Milovidov
f024849061 common: added MultiVersion template. 2011-04-11 17:29:23 +00:00
Alexey Milovidov
bbef23a3db mysqlxx: added comment. 2011-03-31 15:38:32 +00:00
Alexey Milovidov
c9245b4036 Unification: removed strconvert manips, using mysqlxx manips. 2011-03-29 17:56:51 +00:00
Alexey Milovidov
50239f2c7c VarInt: added missing functions. 2011-03-22 20:36:01 +00:00
Alexey Milovidov
9c3613fb21 mysqlxx: fixed error in StoreQueryResult. 2011-03-22 18:29:51 +00:00
Alexey Milovidov
1bbaeeff1f mysqlxx: increased preview length of query in exception. 2011-03-22 18:29:37 +00:00
Alexey Milovidov
fd3cbb2b5c mysqlxx: added missing code. 2011-03-21 19:46:50 +00:00
Maxim Nikulin
8ac99af01e сервис должен останавливаться без наличия бинарника 2011-03-21 14:16:55 +00:00
Alexey Milovidov
5533bf9ba9 mysqlxx: added missing file. 2011-03-18 20:30:13 +00:00
Alexey Milovidov
eb9f0512ed mysqlxx: added comments, tiny fixes. 2011-03-18 20:26:54 +00:00