1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 59dec1bcd2 Fixed bug when creating keys in temporary HEAP tables.
(This caused the DISTINCT test to fail)
Removed one inline as this caused compiler problems


heap/hp_create.c:
  Comment
heap/hp_update.c:
  Indentation cleanup
heap/hp_write.c:
  Indentation cleanup
mysql-test/mysql-test-run.sh:
  Better options for valgrind
sql/item_sum.cc:
  Removed inline as this caused compiler problems with gcc 3.2
  (Was also non standard usage of inline)
sql/item_sum.h:
  Removed inline as this caused compiler problems with gcc 3.2
sql/sql_class.cc:
  Fixed reference to uninitialized value
sql/sql_lex.cc:
  Indentation cleanup
sql/sql_select.cc:
  Fixed bug when creating keys in temporary HEAP tables.
2002-12-02 17:52:22 +02:00
..
2002-10-14 19:50:42 +05:00
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2002-11-15 16:45:08 +04:00
2001-12-06 14:10:51 +02:00
2002-10-07 17:49:03 +05:00
2002-10-16 13:11:25 +03:00
2002-07-12 13:12:32 +05:00
2002-11-15 16:45:08 +04:00
2002-07-12 13:12:32 +05:00
2002-05-23 19:26:16 +05:00
2002-05-23 19:26:16 +05:00
2001-12-06 14:10:51 +02:00
2002-10-07 17:49:03 +05:00
2002-10-07 17:49:03 +05:00
2000-07-31 21:29:14 +02:00
2002-11-26 14:01:08 +01:00