commit
820e14e55c
@ -184,7 +184,7 @@ class Pbxt extends StorageEngine
|
||||
__(
|
||||
'Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.'
|
||||
),
|
||||
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/mariadb/about-pbxt/')
|
||||
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/about-pbxt/')
|
||||
. '" rel="noopener noreferrer" target="_blank">',
|
||||
'</a>'
|
||||
)
|
||||
|
||||
@ -2156,7 +2156,7 @@ class Table implements Stringable
|
||||
|
||||
// specifying index type is allowed only for primary, unique and index only
|
||||
// TokuDB is using Fractal Tree, Using Type is not useless
|
||||
// Ref: https://mariadb.com/kb/en/mariadb/storage-engine-index-types/
|
||||
// Ref: https://mariadb.com/kb/en/storage-engine-index-types/
|
||||
$type = $index->getType();
|
||||
if (
|
||||
$index->getChoice() !== 'SPATIAL'
|
||||
|
||||
@ -229,7 +229,7 @@ class PbxtTest extends AbstractTestCase
|
||||
__(
|
||||
'Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.'
|
||||
),
|
||||
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/mariadb/about-pbxt/')
|
||||
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/about-pbxt/')
|
||||
. '" rel="noopener noreferrer" target="_blank">',
|
||||
'</a>'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user