Anel Husakovic
06a4193cc3
MDEV-28391: table_exists procedure fails when arguments contain escaped backticks as an quoted identifiers
...
- When arguments to the procedure contain quote in the name, procedure fails with parsing error.
The reason was because additional quoting is done when testing TEMPORARY table with the same name.
- Reviewed by: <wlad@mariadb.com >
2022-05-04 08:31:55 -05:00
Federico Razzoli
489011dd0f
MDEV-28340 Don't try to create temptables in system DBs, support table_type='SYSTEM VIEW'
2022-04-26 15:56:58 +02:00
Federico Razzoli
3fe656e629
MDEV-28340 On table_type='SYSTEM VERSIONED' return 'BASE TABLE' instead of failing
2022-04-26 15:56:58 +02:00
Federico Razzoli
81862dbb08
MDEV-28340 sys.table_exists: support table_type=SEQUENCE
2022-04-26 15:56:58 +02:00
Otto Kekäläinen
1fa872f6ef
Fix various spelling errors
...
Among others:
existance -> existence
reinitialze -> reinitialize
successfuly -> successfully
2022-03-03 13:42:49 +11:00
Vladislav Vaintroub
fce1a53d55
MDEV-9077 sys schema . use 'mariadb.sys'@'localhost' as definer for views
2021-03-18 08:02:49 +01:00
Vladislav Vaintroub
4bac804c90
MDEV-9077 add sys_schema from https://github.com/mysql/mysql-sys
2021-03-18 08:02:29 +01:00