mariadb/handler
vasil 16a35ea394 Split ut_a(a && b [&& c...]); into separate ut_a(a); ut_a(b); [ut_a(c); ...].
This makes it possible to see which expression was false by looking at the
error message.

Approved by:	Marko
2007-05-21 13:43:36 +00:00
..
ha_innodb.cc Split ut_a(a && b [&& c...]); into separate ut_a(a); ut_a(b); [ut_a(c); ...]. 2007-05-21 13:43:36 +00:00
ha_innodb.h Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00