summaryrefslogtreecommitdiff
path: root/plugin/feedback/utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+6
| | | | | | -DWITH_ASAN can be used as well now, on x64 Fix many clang-cl warnings.
* Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-0/+3
| | | | | | | | | | | But set _CRT_NONSTDC_NO_WARNINGS to silence silly warnings about ANSI C function being non-standard Remove now deprecated GetVersion()/GetVersionEx(),except single case where where it is really needed, in feedback plugin. Remove checks for Windows NT. Avoid old IPv4-only inet_aton, which generated the warning.
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-7/+7
|\
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-7/+7
| |
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-031-6/+3
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-6/+3
| |\
| | * Correct FSF addressiangilfillan2017-03-101-1/+1
| | |
| | * base64 serviceSergei Golubchik2017-03-101-2/+0
| | |
| | * cleanup: generalize my_sha1.ccSergei Golubchik2017-03-101-3/+2
| | | | | | | | | | | | | | | move most of the code into my_sha.ic, making it independent from the actual SHAx variant.
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2016-12-301-2/+11
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-2/+11
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-09-291-2/+11
| | |\
| | | * Feedback plugin : add support for Windows 10 / Server 2016.Vladislav Vaintroub2016-09-281-2/+11
| | | | | | | | | | | | | | | | Also add fallback version string for unknown future versions.
* | | | MDEV-11212 - Clean-up MariaDB atomic operationsSergey Vojtovich2016-12-131-2/+0
|/ / / | | | | | | | | | Removed my_atomic_initialize(): it doesn't make sense anymore.
* | | name clash with gnutls on on base64_encodeSergei Golubchik2016-09-121-2/+2
|/ /
* | MDEV-6274 Collation usage statisticsAlexander Barkov2014-08-111-0/+19
| | | | | | | | | | Adding collation usage statistics into the feedback plugin I_S table.
* | merge 10.0-base -> 10.0unknown2013-09-261-1/+5
|\ \
| * \ merge 5.5 -> 10.0-baseunknown2013-09-251-1/+5
| |\ \ | | |/
| | * Update feedback plugin to recognize Windows 8.1 / Windows Server 2012 R2.Vladislav Vaintroub2013-09-201-1/+5
| | |
* | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-4/+1
|/ /
* | 5.5 mergeSergei Golubchik2013-01-291-0/+6
|\ \ | |/
| * 5.3 mergeSergei Golubchik2013-01-151-0/+6
| |\
| | * Feedback plugin now recognizes Windows 8 / Windows Server 2012.Vladislav Vaintroub2012-11-221-0/+6
| | |
* | | Fixed compiler warningsMichael Widenius2012-07-061-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | client/mysqltest.cc: Added cast plugin/feedback/utils.cc: Added #ifdef sql/sql_select.cc: Added cast sql/sys_vars.h: Changed limits to int support-files/compiler_warnings.supp: Added suppression
* | mdev-224 plugin usage statistics in the feedback reportsSergei Golubchik2012-04-181-3/+13
|/
* feedback plugin:Sergei Golubchik2011-11-121-8/+9
| | | | | fix for mem_total on windows report the time of the data snapshot
* add a missing definitionSergei Golubchik2011-10-101-0/+5
|
* Implement uname() on Windows.Vladislav Vaintroub2011-10-061-1/+89
| | | | Also, fix code to get physical memory size.
* merge feedback pluginSergei Golubchik2011-10-041-0/+299