| 1 | /* |
| 2 | Copyright (c) 2001, 2012, Oracle and/or its affiliates. |
| 3 | Copyright (c) 2009, 2016, MariaDB |
| 4 | |
| 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by |
| 7 | the Free Software Foundation; version 2 of the License. |
| 8 | |
| 9 | This program is distributed in the hope that it will be useful, |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | GNU General Public License for more details. |
| 13 | |
| 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, write to the Free Software |
| 16 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 17 | */ |
| 18 | |
| 19 | /* Common defines for all clients */ |
| 20 | |
| 21 | #include <my_global.h> |
| 22 | #include <my_sys.h> |
| 23 | #include <m_string.h> |
| 24 | #include <mysql.h> |
| 25 | #include <errmsg.h> |
| 26 | #include <my_getopt.h> |
| 27 | #include <mysql_version.h> |
| 28 | |
| 29 | #ifndef WEXITSTATUS |
| 30 | # ifdef __WIN__ |
| 31 | # define WEXITSTATUS(stat_val) (stat_val) |
| 32 | # else |
| 33 | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
| 34 | # endif |
| 35 | #endif |
| 36 | |
| 37 | enum options_client |
| 38 | { |
| 39 | OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET, |
| 40 | , OPT_TEE, |
| 41 | OPT_LOW_PRIORITY, OPT_AUTO_REPAIR, OPT_COMPRESS, |
| 42 | OPT_DROP, OPT_LOCKS, OPT_KEYWORDS, OPT_DELAYED, OPT_OPTIMIZE, |
| 43 | OPT_FTB, OPT_LTB, OPT_ENC, OPT_O_ENC, OPT_ESC, OPT_TABLES, |
| 44 | OPT_MASTER_DATA, OPT_AUTOCOMMIT, OPT_AUTO_REHASH, |
| 45 | OPT_LINE_NUMBERS, OPT_COLUMN_NAMES, OPT_CONNECT_TIMEOUT, |
| 46 | OPT_MAX_ALLOWED_PACKET, OPT_NET_BUFFER_LENGTH, |
| 47 | OPT_SELECT_LIMIT, OPT_MAX_JOIN_SIZE, OPT_SSL_SSL, |
| 48 | OPT_SSL_KEY, OPT_SSL_CERT, OPT_SSL_CA, OPT_SSL_CAPATH, |
| 49 | OPT_SSL_CIPHER, OPT_SHUTDOWN_TIMEOUT, OPT_LOCAL_INFILE, |
| 50 | OPT_DELETE_MASTER_LOGS, OPT_COMPACT, |
| 51 | OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION,OPT_MYSQL_PROTOCOL, |
| 52 | OPT_SHARED_MEMORY_BASE_NAME, OPT_FRM, OPT_SKIP_OPTIMIZATION, |
| 53 | OPT_COMPATIBLE, OPT_RECONNECT, OPT_DELIMITER, OPT_SECURE_AUTH, |
| 54 | OPT_OPEN_FILES_LIMIT, OPT_SET_CHARSET, OPT_SERVER_ARG, |
| 55 | OPT_STOP_POSITION, OPT_START_DATETIME, OPT_STOP_DATETIME, |
| 56 | OPT_SIGINT_IGNORE, OPT_HEXBLOB, OPT_ORDER_BY_PRIMARY, OPT_COUNT, |
| 57 | OPT_FLUSH_TABLES, |
| 58 | OPT_TRIGGERS, |
| 59 | OPT_MYSQL_ONLY_PRINT, |
| 60 | OPT_MYSQL_LOCK_DIRECTORY, |
| 61 | OPT_USE_THREADS, |
| 62 | OPT_IMPORT_USE_THREADS, |
| 63 | OPT_MYSQL_NUMBER_OF_QUERY, |
| 64 | OPT_IGNORE_DATABASE, |
| 65 | OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE, |
| 66 | OPT_TZ_UTC, OPT_CREATE_SLAP_SCHEMA, |
| 67 | OPT_MYSQLDUMP_SLAVE_APPLY, |
| 68 | OPT_MYSQLDUMP_SLAVE_DATA, |
| 69 | OPT_MYSQLDUMP_INCLUDE_MASTER_HOST_PORT, |
| 70 | #ifdef WHEN_FLASHBACK_REVIEW_READY |
| 71 | OPT_REVIEW, |
| 72 | OPT_REVIEW_DBNAME, OPT_REVIEW_TABLENAME, |
| 73 | #endif |
| 74 | OPT_SLAP_CSV, OPT_SLAP_CREATE_STRING, |
| 75 | OPT_SLAP_AUTO_GENERATE_SQL_LOAD_TYPE, OPT_SLAP_AUTO_GENERATE_WRITE_NUM, |
| 76 | OPT_SLAP_AUTO_GENERATE_ADD_AUTO, |
| 77 | OPT_SLAP_AUTO_GENERATE_GUID_PRIMARY, |
| 78 | OPT_SLAP_AUTO_GENERATE_EXECUTE_QUERIES, |
| 79 | OPT_SLAP_AUTO_GENERATE_SECONDARY_INDEXES, |
| 80 | OPT_SLAP_AUTO_GENERATE_UNIQUE_WRITE_NUM, |
| 81 | OPT_SLAP_AUTO_GENERATE_UNIQUE_QUERY_NUM, |
| 82 | OPT_SLAP_PRE_QUERY, |
| 83 | OPT_SLAP_POST_QUERY, |
| 84 | OPT_SLAP_PRE_SYSTEM, |
| 85 | OPT_SLAP_POST_SYSTEM, |
| 86 | OPT_SLAP_COMMIT, |
| 87 | OPT_SLAP_DETACH, |
| 88 | OPT_SLAP_NO_DROP, |
| 89 | OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT_MODE, OPT_SERVER_ID, |
| 90 | OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT, |
| 91 | OPT_AUTO_VERTICAL_OUTPUT, |
| 92 | OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE, |
| 93 | OPT_WRITE_BINLOG, OPT_DUMP_DATE, |
| 94 | OPT_INIT_COMMAND, |
| 95 | OPT_PLUGIN_DIR, |
| 96 | OPT_DEFAULT_AUTH, |
| 97 | OPT_ABORT_SOURCE_ON_ERROR, |
| 98 | OPT_REWRITE_DB, |
| 99 | OPT_REPORT_PROGRESS, |
| 100 | OPT_SKIP_ANNOTATE_ROWS_EVENTS, |
| 101 | OPT_SSL_CRL, OPT_SSL_CRLPATH, |
| 102 | OPT_PRINT_ROW_COUNT, OPT_PRINT_ROW_EVENT_POSITIONS, |
| 103 | OPT_MAX_CLIENT_OPTION /* should be always the last */ |
| 104 | }; |
| 105 | |
| 106 | /** |
| 107 | First mysql version supporting the information schema. |
| 108 | */ |
| 109 | #define FIRST_INFORMATION_SCHEMA_VERSION 50003 |
| 110 | |
| 111 | /** |
| 112 | Name of the information schema database. |
| 113 | */ |
| 114 | #define INFORMATION_SCHEMA_DB_NAME "information_schema" |
| 115 | |
| 116 | /** |
| 117 | First mysql version supporting the performance schema. |
| 118 | */ |
| 119 | #define FIRST_PERFORMANCE_SCHEMA_VERSION 50503 |
| 120 | |
| 121 | /** |
| 122 | Name of the performance schema database. |
| 123 | */ |
| 124 | #define PERFORMANCE_SCHEMA_DB_NAME "performance_schema" |
| 125 | |