1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/r
Alexey Botchkov a206d672e8 Bug#38083 Error-causing row inserted into partitioned table despite error
problems are located in the sql_partition.cc where functions calculation
    partition_id don't expect error returned from item->val_int().
    Fixed by adding checks to these functions.
    Note  - it tries to fix more problems than just the reported bug.
      
per-file comments:
modified:
  mysql-test/r/partition.result
    Bug#38083 Error-causing row inserted into partitioned table despite error
        test result
  mysql-test/t/partition.test
    Bug#38083 Error-causing row inserted into partitioned table despite error
        test case
  sql/opt_range.cc
    Bug#38083 Error-causing row inserted into partitioned table despite error
        get_part_id() call fixed
  sql/partition_info.h
    Bug#38083 Error-causing row inserted into partitioned table despite error
        get_subpart_id_func interface changed. 
  sql/sql_partition.cc
    Bug#38083 Error-causing row inserted into partitioned table despite error
        various functions calculationg partition_id and subpart_id didn't expect
            an error returned from item->val_int().  Error checks added.
2008-10-06 11:05:34 +05:00
..
2008-04-01 12:29:53 +02:00
2008-03-17 14:26:00 +03:00
2008-10-02 17:53:08 +05:00
2008-03-08 01:14:56 +04:00
2008-09-03 13:06:03 +05:00
2008-09-30 15:32:35 -04:00
2008-09-05 13:36:02 +05:00
2008-10-02 15:08:15 +05:00
2008-10-03 11:54:22 -04:00
2008-09-18 11:32:54 +02:00
2008-08-20 16:42:01 +05:00
2008-08-26 18:53:22 +05:00
2008-07-18 15:00:45 +03:00
2008-04-22 21:49:39 -07:00
2007-11-20 20:15:20 +04:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2008-06-17 19:05:56 -06:00
2008-08-15 16:42:29 -04:00
2008-03-26 20:27:23 +01:00
2008-03-25 17:48:05 -06:00
2008-09-30 10:41:30 +05:00
2008-09-20 16:52:34 +02:00
2008-07-07 11:43:56 +03:00
2008-08-26 14:50:32 +05:00
2008-04-08 20:01:20 +04:00
2008-09-09 20:52:38 +05:00
2008-08-15 15:49:43 -04:00
2008-08-26 15:22:09 +05:00
2008-06-27 20:56:41 +05:00
2008-03-27 00:55:13 +04:00
2007-11-18 17:33:12 +04:00