summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_10nestset.result
Commit message (Collapse)AuthorAgeFilesLines
* Test expansion: "MOD" on non-integral first operand.unknown2004-11-021-0/+11
| | | | | | | mysql-test/r/ps_10nestset.result: Result of expanded test: "MOD" on non-integral first operand. mysql-test/t/ps_10nestset.test: Use the newly expanded "MOD" operator (non-integral first operand, bug#6138).
* Adapt 'ps_10nestset' to standard test style; correct a typing error in ↵unknown2004-10-211-11/+8
| | | | | | | | | | | | 'ps_11bugs'. mysql-test/r/ps_10nestset.result: Correct the expected protocol according to the test changes. mysql-test/t/ps_10nestset.test: Improve comments; adapt to standard test style: disable warnings around 'drop table', use 't#' table name scheme. mysql-test/t/ps_11bugs.test: Corrected a typing error in the bug number comment.
* New tests for prepared statements:unknown2004-10-121-0/+68
- 'ps_10nestset' uses a "nested set" approach for an employee hierarchy, then does arithmetic on the "salary" field; (soon) to be extended by inserts / deletes which imply mass updates on the "l"/"r" fields showing the set inclusion, - 'ps_11bugs' will get (some of ?) those bug DB entries which refer to prepared statements, but whose number does not appear in a test file comment - so it will also be extended.