1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00
Files
mariadb/mysql-test/r
unknown 0a9badeca4 Fix bug #14816 test_if_order_by_key() expected only Item_fields.
test_if_order_by_key() expected only Item_fields to be in order->item, thus
failing to find available index on view's field, which results in reported
error.

Now test_if_order_by_key() calls order->item->real_item() to get field for
choosing index.


sql/sql_select.cc:
  Fix bug #14816 test_if_order_by_key() expected only Item_fields.
  Make test_if_order_by_key() use real_item() to get field.
mysql-test/r/view.result:
  Test case for bug#14816 test_if_order_by_key() expected only Item_fields.
mysql-test/t/view.test:
  Test case for bug#14816 test_if_order_by_key() expected only Item_fields.
2005-11-14 22:10:34 +03:00
..
2005-11-02 16:28:58 +02:00
2005-10-13 19:34:15 +03:00
2005-10-13 11:28:06 +02:00
2005-11-09 14:47:58 +03:00
2005-11-06 02:11:12 +03:00
2005-11-03 16:17:11 +04:00
2005-10-21 16:58:10 +05:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-10-31 17:26:45 -08:00
2005-11-03 01:50:36 +03:00
2005-10-12 00:58:22 +03:00
2005-11-01 11:43:34 +04:00
2005-09-09 12:47:57 +02:00
2005-10-28 02:36:19 +03:00
2005-09-14 12:24:14 +03:00
2005-11-02 17:34:40 +01:00
2005-10-12 15:19:51 +02:00
2005-09-15 22:21:30 +04:00
2005-10-07 15:09:44 +05:00
2005-11-11 03:28:35 +03:00
2005-09-14 23:12:01 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-10 19:38:58 +02:00
2005-10-13 00:29:23 +02:00
2005-10-11 16:39:35 +05:00
2005-11-10 16:32:49 +04:00
2005-11-01 19:47:53 +03:00