1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 4d5dcac35e Fixed bug when sorting big files (introduced with multi-table-delete)
Changed mysql-test to use --language
Cleaned up parameters to filesort()


configure.in:
  Fixed typo
mysql-test/install_test_db.sh:
  Changed test case to use --language
mysql-test/mysql-test-run.sh:
  Changed test case to use --language
  Fixed that test names are not 'cut'-ed.
mysql-test/r/select_found.result:
  Fixed test case to make it repeatable
mysql-test/t/insert.test:
  Added test of unique key handling
mysql-test/t/order_fill_sortbuf.test:
  Cleaned up test
mysql-test/t/select_found.test:
  Fixed test case to make it repeatable
sql/filesort.cc:
  Fixed bug when sorting big files (introduced with multi-table-delete)
  cleaned up parameters.
sql/mysql_priv.h:
  Cleaned up parameters to filesort()
sql/mysqld.cc:
  Fixed typo on enum
sql/sql_delete.cc:
  Cleanup
sql/sql_select.cc:
  Cleanup
sql/sql_table.cc:
  Cleanup
sql/sql_test.cc:
  Cleanup
sql/sql_update.cc:
  Cleanup
2001-06-25 11:35:22 +03:00
..
2001-06-12 14:12:35 +02:00
2001-03-25 01:02:26 +02:00
2001-06-21 11:03:54 +02:00
2001-01-31 04:47:25 +02:00
2001-06-12 14:06:05 -06:00
2001-06-12 17:13:52 +03:00
2001-05-29 18:53:37 -06:00
2001-06-22 08:35:18 -06:00
2001-04-17 21:30:02 +02:00
2001-04-17 14:17:22 +02:00
2001-04-15 20:14:40 +02:00
2001-01-12 13:52:32 +02:00
2000-12-29 16:06:10 +02:00
2001-03-25 01:02:26 +02:00
2001-04-18 23:47:11 +03:00
2001-05-16 13:19:40 -06:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2000-12-13 09:58:26 -07:00
2001-04-20 15:18:46 +03:00
2001-04-20 15:18:46 +03:00
2001-01-30 20:40:23 -07:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-02-02 03:47:06 +02:00
2001-01-22 05:32:58 +02:00
2001-01-22 05:32:58 +02:00

The file is empty.