Details
- 
    
Bug
 - 
    Status: Closed (View Workflow)
 - 
    
Critical
 - 
    Resolution: Duplicate
 - 
    11.0.2, 10.5.22, 10.6.15, 10.10.6, 10.11.5, 11.0.3
 - 
    None
 - 
    docker mariadb:11.0
 
Description
Reproduce step:
					docker run --restart=always  --name mariadbcrash -p 3390:3306 -e MYSQL_ROOT_PASSWORD=123456  -d mariadb:11.0
			 | 
		
					docker exec -it mariadbcrash bash
			 | 
		
					# in container
			 | 
		
					apt update && \ 
			 | 
		
					apt-get -y install mariadb-plugin-provider-lz4 && \ 
			 | 
		
					apt-get -y install mariadb-plugin-provider-bzip2 && \ 
			 | 
		
					apt-get -y install mariadb-plugin-provider-lzma && \ 
			 | 
		
					apt-get -y install mariadb-plugin-provider-lzo && \ 
			 | 
		
					apt-get -y install mariadb-plugin-provider-snappy && \ 
			 | 
		
					apt-get -y install mariadb-plugin-mroonga && \ 
			 | 
		
					apt-get -y install mariadb-plugin-rocksdb && \ 
			 | 
		
					apt-get -y install mariadb-plugin-s3
			 | 
		
| 
					 | 
		
					mariadb -u root -p
			 | 
		
					# password 123456
			 | 
		
| 
					 | 
		
					# in mariadb
			 | 
		
					INSTALL SONAME 'ha_mroonga';
			 | 
		
					create database test;
			 | 
		
					use test;
			 | 
		
					source init_tables.sql;
			 | 
		
					source crash.sql
			 | 
		
Then you will get an error like "Lost connection to server during query".
Attachments
Issue Links
- duplicates
 - 
                    
MDEV-16808 Assertion on compressed blob as key field
-         
 - Closed
 
 -