mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '5.5' into 10.1
This commit is contained in:
@ -318,6 +318,16 @@ UNUSABLE
|
||||
uninstall soname 'ha_example';
|
||||
select plugin_name from information_schema.plugins where plugin_library like 'ha_example%';
|
||||
plugin_name
|
||||
set names utf8;
|
||||
select convert('admin𝌆' using utf8);
|
||||
convert('admin𝌆' using utf8)
|
||||
admin????
|
||||
Warnings:
|
||||
Warning 1300 Invalid utf8 character string: '\xF0\x9D\x8C\x86'
|
||||
install plugin foo soname 'admin𝌆';
|
||||
ERROR HY000: No paths allowed for shared library
|
||||
insert mysql.plugin values ();
|
||||
delete from mysql.plugin where name = '';
|
||||
#
|
||||
# MDEV-5309 - RENAME TABLE does not check for existence of the table's
|
||||
# engine
|
||||
|
Reference in New Issue
Block a user