Home
last modified time | relevance | path

Searched refs:Tablespace (Results 1 – 25 of 2379) sorted by relevance

12345678910>>...96

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result29 ERROR HY000: Tablespace is missing for table `test`.`t1`.
33 Error 1812 Tablespace is missing for table `test`.`t1`.
35 ERROR HY000: Tablespace is missing for table `test`.`t2`.
39 Error 1812 Tablespace is missing for table `test`.`t2`.
41 ERROR HY000: Tablespace has been discarded for table 't3'
44 Error 1814 Tablespace has been discarded for table 't3'
50 Error 1814 Tablespace has been discarded for table 't4'
72 Error 1812 Tablespace is missing for table `test`.`t1`.
78 Error 1812 Tablespace is missing for table `test`.`t2`.
88 Error 1814 Tablespace has been discarded for table 't4'
[all …]
H A Ddiscarded_partition_upgrade_from_80.result4 ERROR HY000: Tablespace has been discarded for table 't1'
6 ERROR HY000: Tablespace has been discarded for table 't1'
24 ERROR HY000: Tablespace has been discarded for table 't3'
26 ERROR HY000: Tablespace has been discarded for table 't3'
34 ERROR HY000: Tablespace has been discarded for table 't4'
36 ERROR HY000: Tablespace has been discarded for table 't4'
38 ERROR HY000: Tablespace has been discarded for table 't4'
40 ERROR HY000: Tablespace has been discarded for table 't4'
42 ERROR HY000: Tablespace has been discarded for table 't4'
44 ERROR HY000: Tablespace has been discarded for table 't4'
[all …]
H A Dcreate_tablespace_16k.result58 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
61 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
278 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
284 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 ERROR HY000: Tablespace `s_1k` is not empty.
329 ERROR HY000: Tablespace `s_2k` is not empty.
331 ERROR HY000: Tablespace `s_4k` is not empty.
333 ERROR HY000: Tablespace `s_8k` is not empty.
335 ERROR HY000: Tablespace `s_16k` is not empty.
470 Warning 1812 Tablespace is missing for table s_missing.
[all …]
H A Ddiscarded_partition.result82 ERROR HY000: Tablespace has been discarded for table 't1'
84 ERROR HY000: Tablespace has been discarded for table 't1'
102 ERROR HY000: Tablespace has been discarded for table 't3'
104 ERROR HY000: Tablespace has been discarded for table 't3'
112 ERROR HY000: Tablespace has been discarded for table 't4'
114 ERROR HY000: Tablespace has been discarded for table 't4'
116 ERROR HY000: Tablespace has been discarded for table 't4'
118 ERROR HY000: Tablespace has been discarded for table 't4'
120 ERROR HY000: Tablespace has been discarded for table 't4'
122 ERROR HY000: Tablespace has been discarded for table 't4'
[all …]
H A Dcreate_tablespace_8k.result62 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
65 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
230 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
236 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
242 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
248 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
254 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
260 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
278 ERROR HY000: Tablespace `s_8k` is not empty.
651 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/srv/
H A Dsrv0tmp.cc67 Tablespace::Tablespace() in Tablespace() function in ibt::Tablespace
73 Tablespace::~Tablespace() { in ~Tablespace()
93 dberr_t Tablespace::create() { in create()
129 bool Tablespace::close() const { in close()
138 bool Tablespace::truncate() { in truncate()
187 for (Tablespace *ts : *m_active) { in ~Tablespace_pool()
191 for (Tablespace *ts : *m_free) { in ~Tablespace_pool()
201 Tablespace *ts = nullptr; in get()
278 Tablespace *ts = UT_NEW_NOKEY(Tablespace()); in expand()
379 void free_tmp(Tablespace *ts) { in free_tmp()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtablespace.cpp21 unsigned Tablespace::tabspace_id=1000;
23 Tablespace::Tablespace() in Tablespace() function in Tablespace
25 obj_type=ObjectType::Tablespace; in Tablespace()
27 object_id=Tablespace::tabspace_id++; in Tablespace()
30 void Tablespace::setName(const QString &name) in setName()
37 .arg(BaseObject::getTypeName(ObjectType::Tablespace)), in setName()
43 void Tablespace::setDirectory(const QString &dir) in setDirectory()
56 QString Tablespace::getDirectory() in getDirectory()
61 QString Tablespace::getCodeDefinition(unsigned def_type) in getCodeDefinition()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/cache/
H A Dshared_dictionary_cache.cc298 template bool Shared_dictionary_cache::get<Tablespace::Id_key, Tablespace>(
299 THD *thd, const Tablespace::Id_key &, Cache_element<Tablespace> **);
300 template bool Shared_dictionary_cache::get<Tablespace::Name_key, Tablespace>(
301 THD *thd, const Tablespace::Name_key &, Cache_element<Tablespace> **);
302 template bool Shared_dictionary_cache::get<Tablespace::Aux_key, Tablespace>(
303 THD *thd, const Tablespace::Aux_key &, Cache_element<Tablespace> **);
305 Shared_dictionary_cache::get_uncached<Tablespace::Id_key, Tablespace>(
307 const Tablespace **) const;
309 Shared_dictionary_cache::get_uncached<Tablespace::Name_key, Tablespace>(
313 Shared_dictionary_cache::get_uncached<Tablespace::Aux_key, Tablespace>(
[all …]
H A Dstorage_adapter.cc135 typename dd::Tablespace::Id_key key(new_tsp->id()); in core_update()
424 m_core_registry.dump<dd::Tablespace>(); in dump()
443 const Tablespace::Name_key &);
585 template bool Storage_adapter::get<Tablespace::Id_key, Tablespace>(
587 const Tablespace **);
588 template bool Storage_adapter::get<Tablespace::Name_key, Tablespace>(
590 const Tablespace **);
591 template bool Storage_adapter::get<Tablespace::Aux_key, Tablespace>(
593 const Tablespace **);
640 template void Storage_adapter::core_drop<Tablespace>(THD *, const Tablespace *);
[all …]
H A Dshared_multi_map.cc647 template bool Shared_multi_map<Tablespace>::get<const Tablespace *>(
648 const Tablespace *const &, Cache_element<Tablespace> **);
649 template bool Shared_multi_map<Tablespace>::get<Tablespace::Id_key>(
650 const Tablespace::Id_key &, Cache_element<Tablespace> **);
652 const Tablespace::Name_key &, Cache_element<Tablespace> **);
653 template bool Shared_multi_map<Tablespace>::get<Tablespace::Aux_key>(
654 const Tablespace::Aux_key &, Cache_element<Tablespace> **);
655 template void Shared_multi_map<Tablespace>::put<Tablespace::Id_key>(
656 const Tablespace::Id_key *, const Tablespace *,
659 const Tablespace::Name_key *, const Tablespace *,
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dsrv0tmp.h49 class Tablespace {
51 Tablespace();
53 ~Tablespace();
69 bool operator==(const Tablespace &other) {
138 using Pool = std::list<Tablespace *, ut_allocator<Tablespace *>>;
152 Tablespace *get(my_thread_id id, enum tbsp_purpose purpose);
156 void free_ts(Tablespace *ts);
219 void free_tmp(Tablespace *ts);
231 Tablespace *get_rpl_slave_tblsp();
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
H A Dcreate_tablespace_8k.result58 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
61 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
226 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
232 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
238 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
244 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
250 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
256 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
278 Error 3120 Tablespace `s_8k` is not empty.
633 Error 1478 InnoDB: Tablespace `s_8k` cannot contain a COMPRESSED table
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb/r/
H A Dcreate_tablespace_16k.result54 ERROR HY000: InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
57 Error 1478 InnoDB: Tablespace `s_1k` cannot contain TEMPORARY tables.
274 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
280 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
286 Error 1478 InnoDB: Tablespace `s_16k` cannot contain a COMPRESSED table
327 Error 3120 Tablespace `s_1k` is not empty.
333 Error 3120 Tablespace `s_2k` is not empty.
339 Error 3120 Tablespace `s_4k` is not empty.
345 Error 3120 Tablespace `s_8k` is not empty.
351 Error 3120 Tablespace `s_16k` is not empty.
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result12 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
14 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
17 Warning 1812 Tablespace is missing for table 'test/t'
18 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
23 Warning 1812 Tablespace is missing for table 'test/t'
24 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
37 Warning 1812 Tablespace is missing for table 'test/t'
38 Warning 1812 Tablespace is missing for table 'test/t'
47 ERROR HY000: Tablespace has been discarded for table `t1`
49 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result12 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
14 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
17 Warning 1812 Tablespace is missing for table 'test/t'
18 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
23 Warning 1812 Tablespace is missing for table 'test/t'
24 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
37 Warning 1812 Tablespace is missing for table 'test/t'
38 Warning 1812 Tablespace is missing for table 'test/t'
47 ERROR HY000: Tablespace has been discarded for table `t1`
49 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result12 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
14 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
17 Warning 1812 Tablespace is missing for table 'test/t'
18 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
23 Warning 1812 Tablespace is missing for table 'test/t'
24 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
37 Warning 1812 Tablespace is missing for table 'test/t'
38 Warning 1812 Tablespace is missing for table 'test/t'
47 ERROR HY000: Tablespace has been discarded for table `t1`
49 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result11 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
13 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
16 Warning 1812 Tablespace is missing for table 'test/t'
17 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
22 Warning 1812 Tablespace is missing for table 'test/t'
23 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
36 Warning 1812 Tablespace is missing for table 'test/t'
37 Warning 1812 Tablespace is missing for table 'test/t'
46 ERROR HY000: Tablespace has been discarded for table `t1`
48 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result11 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
13 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
16 Warning 1812 Tablespace is missing for table 'test/t'
17 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
22 Warning 1812 Tablespace is missing for table 'test/t'
23 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
36 Warning 1812 Tablespace is missing for table 'test/t'
37 Warning 1812 Tablespace is missing for table 'test/t'
46 ERROR HY000: Tablespace has been discarded for table `t1`
48 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dalter_missing_tablespace.result12 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
14 ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
17 Warning 1812 Tablespace is missing for table 'test/t'
18 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
23 Warning 1812 Tablespace is missing for table 'test/t'
24 Error 1030 Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
37 Warning 1812 Tablespace is missing for table 'test/t'
38 Warning 1812 Tablespace is missing for table 'test/t'
47 ERROR HY000: Tablespace has been discarded for table `t1`
49 ERROR HY000: Tablespace has been discarded for table `t1`
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_dd_disk_data.h33 class Tablespace; variable
48 void ndb_dd_disk_data_set_object_id_and_version(dd::Tablespace *object_def,
56 const dd::Tablespace *object_def, int &object_id, int &object_version);
65 void ndb_dd_disk_data_set_object_type(dd::Tablespace *object_def,
77 void ndb_dd_disk_data_add_file(dd::Tablespace *object_def,
83 void ndb_dd_disk_data_get_file_names(const dd::Tablespace *object_def,
90 THD *thd, const dd::Tablespace &object_def,

12345678910>>...96