r9465: * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported...
[clsql.git] / db-mysql / testing / mysql-struct-size.cc
1 #include <stdio.h>
2 #include "/opt/mysql/include/mysql/mysql.h"
3
4 int main (int argc, char** argv)
5 {
6   printf ("Size of MYSQL struct: %ld\n", sizeof (MYSQL));
7 }