1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00
Files
mariadb/mysql-test/r
evgen@moonbone.local de016ca78a Fix bug#11709 View was ordered by wrong column.
When searching column to sort on, item was compared to field under view
column, but not the column itself. Because names of view column and underlaid
field may differ, it leads to possibly choosing wrong column for sorting on.

This patch makes Item_direct_view_ref::eq(Item *item,...) compare
item's name with it's own name proir to comparing to *ref item.
2005-07-12 23:22:08 +04:00
..
2005-05-16 15:21:35 +03:00
2005-06-03 17:13:43 +02:00
2005-06-16 10:09:05 +02:00
2005-06-23 19:05:36 +02:00
2005-06-15 08:39:00 -07:00
2005-06-27 12:25:15 +02:00
2005-06-09 17:15:06 +01:00
2005-05-05 10:36:17 -07:00
2005-07-03 14:17:52 +03:00
2005-07-03 14:17:52 +03:00
2005-06-27 20:31:00 +03:00
2005-06-07 00:31:53 +03:00
2005-06-13 11:45:29 -07:00
2005-05-18 13:54:36 -07:00
2005-07-04 16:01:04 +03:00
2005-05-05 10:36:17 -07:00
2005-07-03 14:17:52 +03:00
2005-07-03 14:17:52 +03:00
2005-05-24 15:52:48 +01:00
2005-05-18 13:54:36 -07:00
2005-05-18 11:06:34 -07:00
2005-07-05 18:23:55 -07:00
2005-06-16 12:46:09 +02:00
2005-06-27 12:25:15 +02:00
2005-05-19 20:38:48 +02:00
2005-05-04 10:16:03 +02:00
2005-07-01 03:46:08 -07:00
2005-05-14 16:24:36 +03:00
2005-06-17 00:34:35 +04:00
2005-07-05 15:19:04 -07:00
2005-06-28 07:27:00 -07:00
2005-06-17 14:03:27 +02:00
2005-07-04 03:24:25 +03:00
2005-06-24 01:30:52 +03:00
2005-05-07 08:25:58 -07:00
2005-06-30 13:38:29 +05:00
2005-07-01 15:07:06 +05:00
2005-05-07 08:25:58 -07:00
2005-05-28 01:28:18 +02:00
2005-05-02 11:45:06 -07:00
2005-07-03 14:17:52 +03:00
2005-06-07 05:43:59 +03:00