summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2014-03-12 11:24:03 +0200
committerMichael Widenius <monty@mariadb.org>2014-03-12 11:24:03 +0200
commit49ca12a107d6a6f3e18729e6481090077b1f1bf8 (patch)
tree461349e0863651133cb0f5af844abeba64f1043c /include
parent9836fd5d131e405106508a5f706268e371418e05 (diff)
downloadmariadb-git-49ca12a107d6a6f3e18729e6481090077b1f1bf8.tar.gz
Fixed some failing tests
Remove memory warnings if mysql client aborts early Changed copyright for clients client/mysql.cc: Free memory if get_options fails, so that we don't get warnings from safemalloc include/welcome_copyright_notice.h: Added SkySQL to client copyrights mysql-test/valgrind.supp: Added suppressions for memory leaks from dlopen() for OpenSUSE 12.3 storage/oqgraph/mysql-test/oqgraph/regression_mdev5744.result: Suppress warning storage/oqgraph/mysql-test/oqgraph/regression_mdev5744.test: Suppress warning
Diffstat (limited to 'include')
-rw-r--r--include/welcome_copyright_notice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/welcome_copyright_notice.h b/include/welcome_copyright_notice.h
index 875770edb89..ff2d1fea3b1 100644
--- a/include/welcome_copyright_notice.h
+++ b/include/welcome_copyright_notice.h
@@ -25,6 +25,6 @@
*/
#define ORACLE_WELCOME_COPYRIGHT_NOTICE(first_year) \
"Copyright (c) " first_year ", " COPYRIGHT_NOTICE_CURRENT_YEAR \
- ", Oracle, Monty Program Ab and others.\n"
+ ", Oracle, SkySQL Ab and others.\n"
#endif /* _welcome_copyright_notice_h_ */