mariadb/mysql-test/suite/maria
Monty 6b20342651 Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment
In original code, sometimes one got an automatic DEFAULT value in some cases, in other cases not.

For example:
create table t1 (a int primary key)      - No default
create table t2 (a int, primary key(a))  - DEFAULT 0
create table t1 SELECT ....              - Default for all fields, even if they where defined as NOT NULL
ALTER TABLE ... MODIFY could sometimes add an unexpected DEFAULT value.

The patch is quite big because we had some many test cases that used
CREATE ... SELECT or CREATE ... (...PRIMARY KEY(xxx)) which doesn't have an automatic DEFAULT anymore.

Other things:
- Removed warnings from InnoDB when waiting from semaphore (got this when testing things with --big)
2015-08-18 11:18:57 +03:00
..
alter.result 10.0-base merge 2014-02-03 15:22:39 +01:00
alter.test Fixed MDEV-4970: Wrong result with Aria table populated with disabled keys 2014-01-25 15:41:08 +02:00
compat_aliases-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
distinct.result 5.3 merge. 2013-05-20 12:36:30 +02:00
distinct.test 5.3 merge. 2013-05-20 12:36:30 +02:00
group_commit.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
group_commit.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
icp.result MDEV-8189 field<>const and const<>field are not symmetric 2015-06-30 12:56:31 +04:00
icp.test Moved maria tests to suite/maria 2012-05-16 18:46:02 +03:00
insert_select-7314.result 5.5 merge 2015-01-21 12:03:02 +01:00
insert_select-7314.test 5.5 merge 2015-01-21 12:03:02 +01:00
insert_select.result Fixed MDEV-7314: Deadlock when doing insert-select with Aria 2015-01-18 20:38:07 +02:00
insert_select.test Fixed MDEV-7314: Deadlock when doing insert-select with Aria 2015-01-18 20:38:07 +02:00
lock.result More trivial test result updates 2013-07-08 18:29:52 +04:00
lock.test Fixed MDEV-366: Assertion `share->reopen == 1' failed in maria_extra on DROP TABLE which is locked twice 2012-08-15 14:37:55 +03:00
locking.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
locking.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-autozerofill.result When one does 'REPAIR TABLE', update uuid() to the current system 2013-05-14 18:32:16 +03:00
maria-autozerofill.test When one does 'REPAIR TABLE', update uuid() to the current system 2013-05-14 18:32:16 +03:00
maria-big.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-big.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-big2.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-big2.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-connect.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
maria-connect.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-gis-recovery.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-gis-recovery.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-gis-recovery.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-gis-rtree-dynamic.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
maria-gis-rtree-dynamic.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
maria-gis-rtree-trans.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
maria-gis-rtree-trans.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
maria-gis-rtree.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
maria-gis-rtree.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
maria-mvcc.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-mvcc.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-no-logging.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-no-logging.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-page-checksum.result fix for maria.maria test 2013-07-13 22:29:17 +02:00
maria-page-checksum.test fix for maria.maria test 2013-07-13 22:29:17 +02:00
maria-partitioning.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
maria-partitioning.test Fixed LP:990187 Assertion `share->reopen == 1' failed at maria_extra on ADD PARTITION 2012-05-16 22:04:48 +03:00
maria-preload.result Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) inserting record, while MyISAM and InnoDB doesn't 2014-02-11 19:40:33 +02:00
maria-preload.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-purge.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-purge.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recover-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recover.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recover.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-big-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-big.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-big.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-bitmap-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-bitmap.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-bitmap.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-rtree-ft-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery-rtree-ft.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
maria-recovery-rtree-ft.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
maria-recovery.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery2-master.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
maria-recovery2.result 5.5 merge 2013-06-06 17:51:28 +02:00
maria-recovery2.test 5.5 merge 2013-06-06 17:51:28 +02:00
maria-recovery3-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-recovery3.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
maria-recovery3.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria-ucs2.result fix the maria suite 2013-07-12 23:07:32 +02:00
maria-ucs2.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria.result Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) inserting record, while MyISAM and InnoDB doesn't 2014-02-11 19:40:33 +02:00
maria.test Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) inserting record, while MyISAM and InnoDB doesn't 2014-02-11 19:40:33 +02:00
maria2.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria2.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria3.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
maria3.test fix the maria suite 2013-07-12 23:07:32 +02:00
maria_notembedded.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria_notembedded.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria_partition.result Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failure, or 'Invalid write' valgrind warnings, or crash on scenario with Aria table, view, LOCK TABLES 2014-07-30 13:27:52 +03:00
maria_partition.test Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failure, or 'Invalid write' valgrind warnings, or crash on scenario with Aria table, view, LOCK TABLES 2014-07-30 13:27:52 +03:00
maria_showlog_error.result Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
maria_showlog_error.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
max_length.result Update test results to fix trivial test failures in parts testsuite 2013-07-07 14:09:52 +04:00
max_length.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
mrr.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
mrr.test Moved maria tests to suite/maria 2012-05-16 18:46:02 +03:00
optimize.result MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled 2015-06-09 23:24:03 +04:00
optimize.test MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled 2015-06-09 23:24:03 +04:00
ps_maria.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
ps_maria.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
small_blocksize-master.opt Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
small_blocksize.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
small_blocksize.test Created suites for heap, archive and csv. 2012-04-04 00:16:38 +03:00
suite.pm Fixed lp:902654 "MariaDB consistently crashes in collect_tables on Aria checkpoint execution" 2012-02-20 14:03:44 +02:00
truncate.result Fixed MDEV-3890: Server crash inserting record on a temporary table after truncating it 2013-01-25 21:40:42 +02:00
truncate.test Fixed MDEV-3890: Server crash inserting record on a temporary table after truncating it 2013-01-25 21:40:42 +02:00