mariadb/extra
Vladislav Vaintroub ba11dd69fe MDEV-11127 : Fix innochecksum to work with large files on Windows.
- don't use stat() for file size, it doesn not handle large size
  use GetFileSizeEx() instead

- don't use lseek(), it can't handle large files, use _lseeki64() instead.

- Also, switch off OS file buffering for innochecksum on Windows,
to avoid thrashing file cache.
2016-10-25 12:23:34 +00:00
..
yassl Upstream patch from Debian Bug 838557 2016-10-21 22:43:46 +02:00
charset2html.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
CMakeLists.txt MDEV-7477: Make innochecksum work on compressed tables 2015-01-19 12:39:17 +02:00
comp_err.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
innochecksum.cc MDEV-11127 : Fix innochecksum to work with large files on Windows. 2016-10-25 12:23:34 +00:00
my_print_defaults.c 10.0-monty merge 2013-07-21 16:39:19 +02:00
mysql_waitpid.c MDEV-8012: Wrong exit code when asking for help 2016-06-12 22:47:18 +03:00
perror.c Fixed compiler error and some warnings on windows 2016-08-23 15:03:31 +03:00
replace.c mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
resolve_stack_dump.c cleanup: use MYF() for mysys flags 2013-01-23 16:18:09 +01:00
resolveip.c MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00