mariadb/mysql-test/suite
Guilhem Bichot 5aa1e3b364 Small fixes for pushbuild: compiler warnings, checking that partitioning is enabled when testing it.
Don't fsync() index file when closing Maria table if not transactional.

mysql-test/suite/maria/r/maria.result:
  piece moved
mysql-test/suite/maria/r/maria_partition.result:
  result
mysql-test/suite/maria/t/maria.test:
  - reset default storage engine at end of test, not in the middle
  - move piece which requires partitioning, to maria_partition.test, otherwise test fails
  on builds without partitioning compiled in
mysql-test/suite/maria/t/maria_partition.test:
  new test for those Maria bugs which are specific of partitioning
mysys/my_uuid.c:
  compiler warning fix (fix imported from latest 5.1-main)
storage/maria/ma_close.c:
  don't fsync() index file when closing table if not transactional
  (same test as in _ma_once_end_block_record() when fsync-ing data file)
storage/maria/ma_create.c:
  compiler warning fix (char* assigned to uchar*)
storage/maria/ma_loghandler.c:
  compiler warning fix (char* assigned to uchar*)
2008-10-15 14:44:31 +02:00
..
binlog
bugs
funcs_1 Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
funcs_2
im
jp
large_tests
manual
maria Small fixes for pushbuild: compiler warnings, checking that partitioning is enabled when testing it. 2008-10-15 14:44:31 +02:00
ndb Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
ndb_team
parts
rpl Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
rpl_ndb Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
stress
sys_vars