summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-07-18 19:45:21 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-07-18 19:45:21 +0400
commit54538b481d0adac73da7054740122d05611cffac (patch)
tree8849628de202775b3cd4fdcb9f0add9af5740c3a /tests
parentc0ebb3f38811c6a0e3e2b49b3ae40b4ea0c2b0e9 (diff)
downloadmariadb-git-54538b481d0adac73da7054740122d05611cffac.tar.gz
MDEV-6459 - max_relay_log_size and sql_slave_skip_counter
misbehave on PPC64 There was a mix of ulong and uint casts/variables which caused incorrect value to be passed to/retrieved from max_relay_log_size and sql_slave_skip_counter. This mix failed to work on big-endian PPC64 where sizeof(int)= 4, sizeof(long)= 8. E.g. session_var(thd, uint)= 1 will in fact store 0x100000000.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions