PATH: //usr/include/mysql/server
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 big_endian.h
↓
X
📄 byte_order_generic.h
↓
X
📄 byte_order_generic_x86.h
↓
X
📄 byte_order_generic_x86_64.h
↓
X
📄 decimal.h
↓
X
📄 errmsg.h
↓
X
📄 handler_ername.h
↓
X
📄 handler_state.h
↓
X
📄 json_lib.h
↓
X
📄 keycache.h
↓
X
📄 little_endian.h
↓
X
📄 m_ctype.h
↓
X
📄 m_string.h
↓
X
📄 ma_dyncol.h
↓
X
📄 mariadb_capi_rename.h
↓
X
📄 my_alloc.h
↓
X
📄 my_alloca.h
↓
X
📄 my_attribute.h
↓
X
📄 my_byteorder.h
↓
X
📄 my_cmp.h
↓
X
📄 my_compiler.h
↓
X
📄 my_config.h
↓
X
📄 my_dbug.h
↓
X
📄 my_decimal_limits.h
↓
X
📄 my_dir.h
↓
X
📄 my_getopt.h
↓
X
📄 my_global.h
↓
X
📄 my_list.h
↓
X
📄 my_net.h
↓
X
📄 my_pthread.h
↓
X
📄 my_sys.h
↓
X
📄 my_valgrind.h
↓
X
📄 my_xml.h
↓
X
📁 mysql/
X
📄 mysql.h
↓
X
📄 mysql_com.h
↓
X
📄 mysql_com_server.h
↓
X
📄 mysql_embed.h
↓
X
📄 mysql_time.h
↓
X
📄 mysql_version.h
↓
X
📄 mysqld_ername.h
↓
X
📄 mysqld_error.h
↓
X
📄 pack.h
↓
X
📁 private/
X
📄 sql_common.h
↓
X
📄 sql_state.h
↓
X
📄 sslopt-case.h
↓
X
📄 sslopt-longopts.h
↓
X
📄 sslopt-vars.h
↓
X
📄 typelib.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: handler_state.h
/* Map handler error message to sql states. Note that this list MUST be in increasing order! See sql_state.c for usage */ { HA_ERR_KEY_NOT_FOUND, "02000", "" }, { HA_ERR_FOUND_DUPP_KEY, "23000", "" }, { HA_ERR_WRONG_COMMAND, "0A000", "" }, { HA_ERR_UNSUPPORTED, "0A000", "" }, { HA_WRONG_CREATE_OPTION, "0A000", "" }, { HA_ERR_FOUND_DUPP_UNIQUE, "23000", "" }, { HA_ERR_UNKNOWN_CHARSET, "0A000", "" }, { HA_ERR_READ_ONLY_TRANSACTION, "25000", "" }, { HA_ERR_LOCK_DEADLOCK, "40001", "" }, { HA_ERR_NO_REFERENCED_ROW, "23000", "" }, { HA_ERR_ROW_IS_REFERENCED, "23000", "" }, { HA_ERR_TABLE_EXIST, "42S01", "" }, { HA_ERR_FOREIGN_DUPLICATE_KEY, "23000", "" }, { HA_ERR_TABLE_READONLY, "25000", "" }, { HA_ERR_AUTOINC_ERANGE, "22003", "" },
SIMPAN PERUBAHAN