1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test110/bug5237.sql.log
2016-01-06 14:08:59 -06:00

39 lines
590 B
Plaintext

#bug5237a test
batch
2
1
count(distinct batch) q101
2 good
calDisablePartitionsByValue('tbug5237', 'batch', '2', '2')
Partitions are disabled successfully
batch
1
count(distinct batch) q102
1 good
#bug5237b test
batch
1
3
count(distinct batch) q103
2 good
calDropPartitionsByValue('tbug5237', 'batch', '3', '3')
Partitions are dropped successfully
batch
1
count(distinct batch) q104
1 good
#bug5237c test
batch
4
1
count(distinct batch) q105
2 good
calEnablePartitionsByValue('tbug5237', 'batch', '2', '2')
Partitions are enabled successfully.
batch
4
2
1
count(distinct batch) q106
3 good