mariadb/storage/xtradb/log
Marko Mäkelä 87b6df31c4 MDEV-12488 Remove type mismatch in InnoDB printf-like calls
This is a reduced version of an originally much larger patch.
We will keep the definition of the ulint, lint data types unchanged,
and we will not be replacing fprintf() calls with ib_logf().

On Windows, use the standard format strings instead of nonstandard
extensions.

This patch fixes some errors in format strings.
Most notably, an IMPORT TABLESPACE error message in InnoDB was
displaying the number of columns instead of the mismatching flags.
2017-04-21 12:06:29 +03:00
..
log0log.cc MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to finish 2017-03-10 18:54:29 +02:00
log0online.cc Merge branch 'merge-xtradb-5.6' into 10.0 2017-03-05 00:59:57 +02:00
log0recv.cc MDEV-12488 Remove type mismatch in InnoDB printf-like calls 2017-04-21 12:06:29 +03:00