mariadb/unittest/mysys
Sergei Golubchik 5f078cc8ff compilation errors on sparc sun studio 10
1. unused static inline functions are only removed at -xO4,
   otherwise test binaries will depend on various mysys
   symbols that they don't use. Link test with libmysys.

2. Sphinx - don't instantiate (explicitly) templates before
   they're defined. Or, rather, don't instantiate them explicitly at
   all.

3. GIS - don't use anonymous unions and structs.
2016-02-15 12:51:35 +01:00
..
base64-t.c Fixed compile warnings 2012-05-18 16:40:16 +03:00
bitmap-t.c Fixed compile warnings 2012-05-18 16:40:16 +03:00
CMakeLists.txt compilation errors on sparc sun studio 10 2016-02-15 12:51:35 +01:00
dynstring-t.c MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark 2016-02-06 17:57:37 +01:00
lf-t.c Fix gcc 4.6 warnings about assigned but not used variables. 2011-10-27 15:22:52 +03:00
ma_dyncol-t.c MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 2012-07-31 19:29:07 +02:00
my_atomic-t.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
my_delete-t.c unit test case for MDEV-4576 2013-06-17 17:58:53 +02:00
my_getopt-t.c unit tests for my_getopt 2015-12-09 13:42:16 +01:00
my_malloc-t.c Fixed compile warnings 2012-05-18 16:40:16 +03:00
my_rdtsc-t.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
my_vsnprintf-t.c BUG #13619394 - MAKE TEST FAILS ON MY_VSNPRINTF 2013-06-03 16:34:43 +05:30
thr_template.c more MY_INIT(argv[0]) in unittests 2012-03-15 10:12:32 +01:00
waiting_threads-t.c Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00