You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
the begginning
This commit is contained in:
17
dbcon/mysql/extentmap.sql
Normal file
17
dbcon/mysql/extentmap.sql
Normal file
@ -0,0 +1,17 @@
|
||||
create table extentmap (
|
||||
em_range_start bigint,
|
||||
em_range_size int,
|
||||
em_file_id int,
|
||||
em_block_offset int,
|
||||
em_hwm int,
|
||||
em_partition_num int,
|
||||
em_segment_num smallint,
|
||||
em_dbroot smallint,
|
||||
em_col_width smallint,
|
||||
em_status smallint,
|
||||
em_cp_max bigint,
|
||||
em_cp_min bigint,
|
||||
em_cp_seq int,
|
||||
em_cp_status tinyint
|
||||
) engine=infinidb;
|
||||
|
Reference in New Issue
Block a user