@@ -413,18 +413,6 @@ typedef int (*ib_client_cmp_t)(
413
413
/* This should be the same as univ.i */
414
414
/** Represents SQL_NULL length */
415
415
#define IB_SQL_NULL 0xFFFFFFFF
416
- /** The number of system columns in a row. */
417
- #define IB_N_SYS_COLS 3
418
-
419
- /** The maximum length of a text column. */
420
- #define MAX_TEXT_LEN 4096
421
-
422
- /* MySQL uses 3 byte UTF-8 encoding. */
423
- /** The maximum length of a column name in a table schema. */
424
- #define IB_MAX_COL_NAME_LEN (64 * 3)
425
-
426
- /** The maximum length of a table name (plus database name). */
427
- #define IB_MAX_TABLE_NAME_LEN (64 * 3) * 2
428
416
429
417
/*****************************************************************/ /**
430
418
Start a transaction that's been rolled back. This special function
@@ -1075,16 +1063,6 @@ ib_cursor_set_memcached_sync(
1075
1063
ib_crsr_t ib_crsr , /*!< in: cursor */
1076
1064
ib_bool_t flag ); /*!< in: true for increasing */
1077
1065
1078
- /*****************************************************************/ /**
1079
- Check whether the table name conforms to our requirements. Currently
1080
- we only do a simple check for the presence of a '/'.
1081
- @return DB_SUCCESS or err code */
1082
-
1083
- ib_err_t
1084
- ib_table_name_check (
1085
- /*================*/
1086
- const char * name ); /*!< in: table name to check */
1087
-
1088
1066
/*****************************************************************/ /**
1089
1067
Return isolation configuration set by "innodb_api_trx_level"
1090
1068
@return trx isolation level*/
0 commit comments