summaryrefslogtreecommitdiff
path: root/mysql-test/r/events_1.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+20
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+20
| |\
| | * MDEV-9524 Cannot load from mysql.event when sql_mode is set to ↵Alexander Barkov2016-06-211-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PAD_CHAR_TO_FULL_LENGTH The patch fixes the problem with loading information from system tables (e.g. event and help related tables) when PAD_CHAR_TO_FULL_LENGTH is enabled, as well as includes some additional minor improvements: - refactoring in get_field() to return an error rather than success if strmake_root() failed - removing of duplicate code in similar functions: char *get_field(MEM_ROOT *mem, Field *field) bool get_field(MEM_ROOT *mem, Field *field, String *res)
* | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+5
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-2/+1
|\ \ | |/
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-2/+1
| |\
| | * BUG#22084221 : TEST IMPROVEMENT FOR MAIN.EVENTS_1Srikanth B R2015-10-261-1/+1
| | | | | | | | | | | | | | | | | | Issue: main.events_1 will fail after 10-10-2015 due to hardcoded dates specified with events. Fix: Replace harcoded dates with current dates and offset.
| | * BUG#22024764 MAIN.EVENTS_1 FAILS BECAUSE IT USES ENDDATE OF 20151010Terje Røsten2015-10-161-1/+1
| | | | | | | | | | | | Move date 10 years forward to let test pass for some more years.
| | * Manual merge from mysql-5.1.Alexander Nozdrin2011-05-041-29/+77
| | |\
| | | * Patch for Bug#12394306: the sever may crash if mysql.event is corrupted.Alexander Nozdrin2011-05-041-29/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that wrong structure of mysql.event was not detected and the server continued to use wrongly-structured data. The fix is to check the structure of mysql.event after opening before any use. That makes operations with events more strict -- some operations that might work before throw errors now. That seems to be Ok. Another side-effect of the patch is that if mysql.event is corrupted, unrelated DROP DATABASE statements issue an SQL warning about inability to open mysql.event table.
| | * | A backport of a patch for Bug#35297.Alexander Nozdrin2009-10-081-20/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision in mysql-6.0-codebase is: revno: 2617.31.14 committer: Konstantin Osipov <kostja@sun.com> branch nick: mysql-6.0-runtime timestamp: Sat 2009-03-28 11:42:55 +0300 message: Bug#35297 SHOW CREATE EVENT does not show the DEFINER: update test result after a merge from now.
| | * Patch for bug#32664: event.test has timeout randomly. File is split into ↵hhunger@hh-nb.hungers2008-02-201-0/+428
| | | | | | | | event_1.test and event_2.test.
| * fix events_1 test for October 2015Sergei Golubchik2015-10-211-1/+2
| | | | | | | | cherry-picked 7454f1c5 from 10.1
* | fix events_1 test for October 2015Sergei Golubchik2015-10-151-1/+2
| |
* | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be ↵Oleksandr Byelkin2015-09-041-0/+1
|/ | | | stopped with no-zero size)
* after merge changes:Sergei Golubchik2011-12-121-2/+2
| | | | | | | | | | | * rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
* Manual merge from mysql-5.1.Alexander Nozdrin2011-05-041-29/+77
|\
| * Patch for Bug#12394306: the sever may crash if mysql.event is corrupted.Alexander Nozdrin2011-05-041-29/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that wrong structure of mysql.event was not detected and the server continued to use wrongly-structured data. The fix is to check the structure of mysql.event after opening before any use. That makes operations with events more strict -- some operations that might work before throw errors now. That seems to be Ok. Another side-effect of the patch is that if mysql.event is corrupted, unrelated DROP DATABASE statements issue an SQL warning about inability to open mysql.event table.
* | A backport of a patch for Bug#35297.Alexander Nozdrin2009-10-081-20/+20
|/ | | | | | | | | | | | | Original revision in mysql-6.0-codebase is: revno: 2617.31.14 committer: Konstantin Osipov <kostja@sun.com> branch nick: mysql-6.0-runtime timestamp: Sat 2009-03-28 11:42:55 +0300 message: Bug#35297 SHOW CREATE EVENT does not show the DEFINER: update test result after a merge from now.
* Patch for bug#32664: event.test has timeout randomly. File is split into ↵unknown2008-02-201-0/+428
event_1.test and event_2.test. BitKeeper/deleted/.del-events.test: Delete: mysql-test/t/events.test BitKeeper/deleted/.del-events.result: Delete: mysql-test/r/events.result BitKeeper/etc/ignore: Added mysql-test/reg.log to the ignore list