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 97bfd41fe1 Don't use PATH_MAX for FN_REFLEN as this uses too much stack space
Larger stack size neaded for open table on x86 64 bit
Fix failing test cases
Deleted symlink from bk


BitKeeper/etc/ignore:
  added libmysqld/ha_blackhole.cc
BitKeeper/deleted/.del-ha_blackhole.cc~727c69ef7846623a:
  Delete: libmysqld/ha_blackhole.cc
include/my_global.h:
  Don't use PATH_MAX for FN_REFLEN as this uses too much stack space.
  (With a PATH_MAX of 4096, we use 80K for opening a table as there is several objects of size FN_REFLEN on stack)
mysql-test/r/federated.result:
  Update results after error message changes
mysql-test/r/grant.result:
  Update results after error message changes
mysql-test/r/grant2.result:
  Update results after error message changes
sql/ha_federated.cc:
  Fix error messages to be more consistent
sql/mysql_priv.h:
  Stack size to have when opening a table
  (This was needed on x86 64 bit Linux)
sql/share/errmsg.txt:
  Remove quotes around error string for federated as two quotes in the output looks strange
sql/sql_base.cc:
  More correct stack size
sql/sql_parse.cc:
  Set thread_stack before store_globals()
sql/unireg.h:
  More correct MAX_DBKEY_LENGTH
2005-11-24 02:36:28 +02:00
..
2005-06-16 10:09:05 +02:00
2005-11-02 16:28:58 +02:00
2005-11-21 21:11:28 +04:00
2005-06-27 12:25:15 +02:00
2005-10-13 11:28:06 +02:00
2005-11-09 14:47:58 +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-08-29 22:35:48 -05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-11-01 11:43:34 +04:00
2005-09-09 12:47:57 +02:00
2005-07-22 21:06:02 +05:00
2005-10-28 02:36:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02: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-08-26 22:25:45 -07:00
2005-09-15 22:21:30 +04:00
2005-07-28 21:39:24 +03:00
2005-08-19 11:38:14 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-07-19 03:01:25 +04:00
2005-10-07 15:09:44 +05:00
2005-07-19 03:01:25 +04:00
2005-09-14 23:12:01 +03:00
2005-11-23 02:49:44 +02: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-08-11 18:42:22 +01: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