Commit Graph

1498 Commits

Author SHA1 Message Date
Dmitry Simonenko f7a4438ec1 odyssey: move stats out of server_t 2018-08-02 16:38:36 +03:00
Dmitry Simonenko e837641719 odyssey: rework query/tx stats calculation 2018-08-01 18:10:44 +03:00
Dmitry Simonenko 6e73c241f8 odyssey: implement kill_client console command. fix #39 2018-07-19 17:33:44 +03:00
Dmitry Simonenko ef5fd84fb8 machinarium: implement machine_eventfd() 2018-07-17 17:22:09 +03:00
Dmitry Simonenko d158312c5c odyssey: do not force to have git around. fix #35 2018-07-11 16:50:05 +03:00
Dmitry Simonenko c495b9ea8a odyssey: add unix_socket_mode configuration param 2018-07-03 16:02:46 +03:00
Dmitry Simonenko 99701da211 odyssey: update documentation 2018-07-02 18:57:01 +03:00
Dmitry Simonenko fb023d42cb odyssey: add unix socket support. fix #31 2018-07-02 18:41:17 +03:00
Dmitry Simonenko d614f87109 machinarium: add unix sockets tests (+ tls) 2018-06-28 15:26:36 +03:00
Dmitry Simonenko 78303e3b46 machinarium: add support for unix sockets 2018-06-28 15:25:24 +03:00
Dmitry Simonenko b1be72d097 shapito: add support for backend sasl packets 2018-06-21 16:57:14 +03:00
Dmitry Simonenko 9eecb58980
Merge pull request #30 from tbroadley/fix-typos
Fix typos
2018-06-21 10:50:45 +03:00
Thomas Broadley 4d2e4cf7ab docs: fix typos 2018-06-20 21:13:33 -04:00
Dmitry Simonenko 4759630e2e odyssey: make -Wgnu-folding-constant happy 2018-06-13 18:56:59 +03:00
Dmitry Simonenko 05092d5aa1 machinarium: unset to correct event type 2018-06-13 18:52:44 +03:00
Dmitry Simonenko ce96567a49 odyssey: add clang to travis build 2018-06-13 18:25:45 +03:00
Dmitry Simonenko 69c8448f95
odyssey: update README.md 2018-06-13 18:23:56 +03:00
Dmitry Simonenko 34d61101ad odyssey: add travis support. #24 2018-06-13 18:20:45 +03:00
Dmitry Simonenko e4f0ca6d1c odyssey: fix sys/fcntl.h include warnings. #17 2018-06-13 16:51:57 +03:00
Dmitry Simonenko 977051380e odyssey: fix incorrect uses of user_len/database_len 2018-06-13 16:39:13 +03:00
Dmitry Simonenko d6f44eadec
Merge pull request #28 from ikitiki/master
Fix show stats database string format
2018-06-13 16:29:12 +03:00
Dmitry Simonenko b8008653c3 odyssey: set errno to zero before test run 2018-06-13 16:25:31 +03:00
Dmitry Simonenko fbff569256
Merge pull request #22 from elsid/tests_errno
Print errno and error message on test failure
2018-06-13 16:23:59 +03:00
Dmitry Simonenko 6fe7ec5600 machinarium: update system errno too on error 2018-06-13 16:18:43 +03:00
Dmitry Simonenko cf7ec0546c
Merge pull request #23 from elsid/cmake
Set language for projects
2018-06-13 16:14:39 +03:00
Murat Kabilov 4c53cedd27
fix show stats database string format 2018-06-12 13:40:18 +02:00
elsid 62b1c3969c
Set language for projects
To disable check for C++ compiler.
2018-06-10 12:44:51 +03:00
elsid 281f50c205
Print errno and error message on test failure 2018-06-10 12:41:53 +03:00
Dmitry Simonenko 0b0c7ae5b1 odyssey: minor fixes 2018-06-09 13:08:43 +03:00
Dmitry Simonenko 6f80b7c678 odyssey: minor refactoring 2018-06-08 19:36:45 +03:00
Dmitry Simonenko 15a958e0e4
Merge pull request #20 from quanzl/master
log prepared statement
2018-06-08 19:10:32 +03:00
Dmitry Simonenko ae0aed8a55 odyssey: do not force to have default database and user. #19 2018-06-08 18:28:07 +03:00
Quan Zongliang ddf0d140a4 suppress compiler warning
gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)

sources/config_reader.c: In function ‘od_configreader_database’:
sources/config_reader.c:234: warning: ‘token.line’ may be used uninitialized in this function
sources/config_reader.c:234: note: ‘token.line’ was declared here
2018-06-08 12:34:21 +08:00
Quan Zongliang 32eb039908 log prepared statement 2018-06-08 12:10:30 +08:00
Dmitry Simonenko f3d5fb7327 machinarium: send chunks in test_tls_read_multithread 2018-06-07 15:17:33 +03:00
Dmitry Simonenko 838aad609d machinarium: add multi-threaded tls read/write test 2018-06-07 15:11:30 +03:00
Dmitry Simonenko 7e636b9139 machinarium: support openssl >= 1.1.*. fix #17 2018-06-07 14:43:06 +03:00
Dmitry Simonenko c56306f07b machinarium: group openssl bindings into one file 2018-06-07 12:46:11 +03:00
Dmitry Simonenko e17d0a184c odyssey: support OPENSSL_ROOT_DIR. #4 2018-06-06 18:11:56 +03:00
Dmitry Simonenko f67e0b80cc odyssey: properly validate coroutine_stack_size 2018-06-05 13:02:58 +03:00
Dmitry Simonenko e833e62b7f odyssey: set correct fd for stdout logging. fix #10 2018-06-04 15:40:10 +03:00
Dmitry Simonenko 43851a8ccc odyssey: include coroutine_stack_size in documentation 2018-06-04 15:32:18 +03:00
Dmitry Simonenko cf3e99ecca odyssey: implement coroutine_stack_size config param. #9 2018-06-04 14:51:13 +03:00
Dmitry Simonenko ff5516a881
odyssey: internals.md: describe single worker mode 2018-06-04 13:53:03 +03:00
Dmitry Simonenko 266137167b
odyssey: update README build section. fix #7 2018-06-01 13:02:48 +03:00
Dmitry Simonenko dae8c5e090
Merge pull request #6 from sklochkov/master
Added spec file for CentOS 7 & systemd units
2018-05-31 23:55:28 +03:00
Sergey Klochkov 326cb41ba3 updated version & file structure 2018-05-31 23:52:07 +03:00
Sergey Klochkov 984aa91a67 Added spec file for CentOS 7 & systemd units 2018-05-31 23:25:12 +03:00
Dmitry Simonenko 873443b5c3 odyssey: fix application_name string size match fix #5 2018-05-30 21:05:15 +03:00
Dmitry Simonenko bdb01d7ccc
Odyssey: update README.md 2018-05-30 17:54:43 +03:00