mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table.
mysql-test/include/gis_generic.inc: Change in test for NDB (needs order by) mysql-test/r/archive.result: Change for gis_generic mysql-test/r/archive_gis.result: Change in test gis_generic mysql-test/r/bdb_gis.result: Change in gis test means new results mysql-test/r/innodb_gis.result: Change in gis test means change in results. mysql-test/r/ndb_gis.result: Change in gis means result change mysql-test/t/archive.test: Added alter table test to fix bug in alter table mysql-test/t/archive_gis.test: Change in syntax mysql-test/t/ndb_gis.test: Change to test both with and not with pushdown conditions sql/ha_archive.cc: Removed ARN temp file from exts[] to solve warning messages in alter table.
This commit is contained in:
parent
4aaa655c76
commit
a39cb4fa2a
10 changed files with 1990 additions and 1443 deletions
|
|
@ -453,7 +453,6 @@ int ha_archive::free_share(ARCHIVE_SHARE *share)
|
|||
*/
|
||||
static const char *ha_archive_exts[] = {
|
||||
ARZ,
|
||||
ARN,
|
||||
ARM,
|
||||
NullS
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue