837 changed files with 11276 additions and 4578 deletions
-
19BUILD/FINISH.sh
-
18BUILD/SETUP.sh
-
15BUILD/check-cpu
-
16BUILD/compile-dist
-
14BUILD/compile-pentium-icc-valgrind-max
-
14BUILD/compile-pentium-valgrind-max
-
14BUILD/compile-pentium64-valgrind-max
-
19BUILD/compile-solaris-amd64-forte
-
15BUILD/compile-solaris-sparc
-
15BUILD/compile-solaris-sparc-forte
-
3CMakeLists.txt
-
3client/CMakeLists.txt
-
8client/Makefile.am
-
6client/client_priv.h
-
6client/my_readline.h
-
2client/mysql.cc
-
9client/mysql_upgrade.c
-
6client/mysqladmin.cc
-
9client/mysqlbinlog.cc
-
8client/mysqlcheck.c
-
8client/mysqldump.c
-
12client/mysqlimport.c
-
7client/mysqlshow.c
-
5client/mysqlslap.c
-
22client/mysqltest.cc
-
6client/readline.cc
-
6client/sql_string.cc
-
6client/sql_string.h
-
21cmd-line-utils/libedit/el.c
-
27configure.in
-
7extra/comp_err.c
-
14extra/innochecksum.c
-
6extra/my_print_defaults.c
-
6extra/mysql_waitpid.c
-
6extra/perror.c
-
19extra/replace.c
-
6extra/resolve_stack_dump.c
-
6extra/resolveip.c
-
8extra/yassl/include/cert_wrapper.hpp
-
19extra/yassl/include/openssl/prefix_ssl.h
-
8extra/yassl/include/openssl/ssl.h
-
8extra/yassl/include/yassl_error.hpp
-
8extra/yassl/include/yassl_imp.hpp
-
8extra/yassl/include/yassl_int.hpp
-
8extra/yassl/include/yassl_types.hpp
-
8extra/yassl/src/buffer.cpp
-
8extra/yassl/src/cert_wrapper.cpp
-
7extra/yassl/src/crypto_wrapper.cpp
-
8extra/yassl/src/handshake.cpp
-
8extra/yassl/src/ssl.cpp
-
7extra/yassl/src/yassl_error.cpp
-
7extra/yassl/src/yassl_imp.cpp
-
7extra/yassl/src/yassl_int.cpp
-
8extra/yassl/taocrypt/include/asn.hpp
-
8extra/yassl/taocrypt/include/block.hpp
-
7extra/yassl/taocrypt/include/blowfish.hpp
-
8extra/yassl/taocrypt/include/modes.hpp
-
7extra/yassl/taocrypt/include/runtime.hpp
-
7extra/yassl/taocrypt/src/aes.cpp
-
7extra/yassl/taocrypt/src/algebra.cpp
-
8extra/yassl/taocrypt/src/asn.cpp
-
7extra/yassl/taocrypt/src/blowfish.cpp
-
7extra/yassl/taocrypt/src/coding.cpp
-
7extra/yassl/taocrypt/src/integer.cpp
-
7extra/yassl/taocrypt/src/misc.cpp
-
8extra/yassl/taocrypt/src/random.cpp
-
7extra/yassl/taocrypt/src/twofish.cpp
-
18extra/yassl/testsuite/test.hpp
-
14include/Makefile.am
-
6include/config-netware.h
-
6include/config-win.h
-
9include/decimal.h
-
7include/hash.h
-
2include/heap.h
-
7include/keycache.h
-
6include/m_ctype.h
-
16include/m_string.h
-
6include/my_alarm.h
-
7include/my_base.h
-
5include/my_bitmap.h
-
6include/my_dbug.h
-
10include/my_getopt.h
-
6include/my_global.h
-
7include/my_no_pthread.h
-
6include/my_stacktrace.h
-
6include/my_time.h
-
6include/myisam.h
-
7include/myisammrg.h
-
6include/mysql.h
-
6include/mysql/plugin.h
-
6include/mysql_embed.h
-
6include/mysys_err.h
-
6include/sslopt-longopts.h
-
7include/thr_lock.h
-
7include/violite.h
-
27include/welcome_copyright_notice.h
-
2libmysql/CMakeLists.txt
-
7libmysql/Makefile.am
-
6libmysql/Makefile.shared
-
4libmysql/libmysql.c
@ -0,0 +1,27 @@ |
|||
/* Copyright (c) 2011, Oracle and/or its affiliates. |
|||
|
|||
This program is free software; you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation; version 2 of the License. |
|||
|
|||
This program is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with this program; if not, write to the Free Software |
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ |
|||
|
|||
#ifndef _welcome_copyright_notice_h_ |
|||
#define _welcome_copyright_notice_h_ |
|||
|
|||
/* |
|||
This define specifies copyright notice which is displayed by every MySQL |
|||
program on start, or on help screen. |
|||
*/ |
|||
|
|||
#define ORACLE_WELCOME_COPYRIGHT_NOTICE(years) \ |
|||
"Copyright (c) " years ", Oracle, Monty Program Ab and others.\n" |
|||
|
|||
#endif /* _welcome_copyright_notice_h_ */ |
|||
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue