743a1b1037
Removed unnecessary calls to atomic_add
...
The polling statistics collection used atomic_add to increment values. This
is not an optimal way to update statistical values. Moved to per thread
values which are summed up when they are read.
Moved the functions used to gather polling statistics to their own file and
created a specific data type for statistics.
2016-01-28 09:55:26 +02:00
49866b5959
ss_info_dassert now enabled also in release mode.
2015-11-10 21:19:50 +02:00
638c2250c9
Fixed internal test suite.
2015-09-29 16:36:12 +03:00
160bbb70ee
MXS-251: strerror
...
Replaces all calls to strerror with calls to strerror_r. The former
is non-thread safe while the latter is.
2015-09-05 15:52:13 +03:00
3bf595673d
Added the missing skygw_log_sync_all function to the log_manager.h header and created a header for testing which contains the location of the testing directory.
2015-01-05 06:48:32 +02:00
fc5c3943e8
Fixes to Coverity defects:
...
72643
72645
72655
72656
72657
72658
72664
72698
72712
2014-11-12 19:02:37 +02:00
917d213c13
Fix to Coverity defect 73387
2014-11-12 18:09:10 +02:00
9ed65759a2
Changed missed references of SkySQL, Gateway and old emails and URLs to new versions.
2014-10-14 14:14:10 +03:00
496343c272
Add new tests
2014-10-07 15:47:21 +01:00