mariadb/storage
unknown 95420b947e fix for non-debug compilation errors.
Note that non-debug build fails in log handler functions, mail sent.


storage/maria/ma_blockrec.c:
  fix for compiler warning
storage/maria/ma_checkpoint.c:
  Debug build does not catch this situation
  static int f();
  ...
  f(2);
  ...
  static int f(int a, int b);
  Maybe this is because it believes the declaration is K&R. Non-debug
  build catches it. Adding (void) as an habit to avoid such errors.
storage/maria/ma_checkpoint.h:
  adding (void)
storage/maria/ma_recovery.c:
  adding (void)
storage/maria/ma_recovery.h:
  adding (void)
2007-09-20 16:11:46 +02:00
..
archive Merge synthia.local:/home/mydev/mysql-5.1-ateam 2007-06-30 00:42:59 +02:00
blackhole Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl 2007-06-12 22:14:54 +02:00
csv Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-07-07 22:13:36 +03:00
example Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl 2007-06-12 22:14:54 +02:00
federated Post-merge fixes. 2007-06-30 18:17:20 +02:00
heap Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-06-18 09:42:22 +02:00
innobase Merge labbari.dsl.inet.fi:/home/my/bk/mysql-5.0-marvel 2007-07-06 13:49:15 +03:00
maria fix for non-debug compilation errors. 2007-09-20 16:11:46 +02:00
myisam Fixed some bugs when using undo of VARCHAR fields 2007-09-11 01:58:15 +03:00
myisammrg Fixed several bugs found by running *.test with maria engine 2007-09-03 12:05:17 +03:00
ndb Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb 2007-07-03 13:10:07 +02:00
Makefile.am