mariadb/tests
Magne Mahre 2b2ea96e3b Bug#12912112 MYSQL_CLIENT_TEST FAILS ON TEST_TRUNCATION
Sun Studio 12 has an error when calculating the compile-time 
length of a constant character string.  The error is only 
present when building an optimized 32-bits version, using 
the -xbuiltin=(%all) compiler flag. 
       
During compilation, the compiler recognizes the use of 
the strlen() function used on a constant string. It 
optimizes the strlen and replaces it with the actual 
length of the string.   This optimization seems to 
calculate the length wrongly in this particular case. 
       
Replacing the "const char *" with a "const char []" 
solves the problem.
2011-10-06 14:13:23 +02:00
..
auto_increment.res
auto_increment.tst
big_record.pl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
bug25714.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
CMakeLists.txt
connect_test.c
deadlock_test.c
drop_test.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
export.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
fork2_test.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
fork_big.pl Merge 2010-12-29 00:47:05 +01:00
fork_big2.pl Merge 2010-12-29 00:47:05 +01:00
function.res
function.tst
grant.pl Updated/added copyright headers 2011-06-30 17:31:31 +02:00
grant.res
index_corrupt.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
insert_and_repair.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
insert_test.c
list_test.c
lock_test.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
lock_test.res
mail_to_db.pl
myisam-big-rows.tst
mysql_client_test.c Bug#12912112 MYSQL_CLIENT_TEST FAILS ON TEST_TRUNCATION 2011-10-06 14:13:23 +02:00
pmail.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
rename_test.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
restore-lock.smack
select_test.c
showdb_test.c
ssl_test.c
table_types.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
test_delayed_insert.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
thread_test.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
truncate.pl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00