mariadb/client
Tatiana A. Nurnberg 6b584b80da Bug#23921: random failure of user_limits.test
mysqltest disconnect/connect-combo could be so
quick that connect would hit the server before
it had processed the disconnect. Since that
resulted in one more concurrent connection than
we meant to have, global or per-user
max-user-connections could be exceeded.
This could lead to "random" failures in tests
that set those limits.


client/mysqltest.c:
  Retry max-connect-retries times if connect in
  connect_n_handle_errors() unexpectedly fails
  on connection-limit as this could be a race.
  Break out code that checks for expected --errors
  into its own function.
mysql-test/r/mysqltest.result:
  show that we throw a warning if test expects a SQL-state from
  a command (diff_files, ...) that clearly can't produce one.
mysql-test/t/disabled.def:
  re-enable user_limits
mysql-test/t/mysqltest.test:
  show that we throw a warning if test expects a SQL-state from
  a command (diff_files, ...) that clearly can't produce one.
2008-07-15 13:42:21 +02:00
..
.cvsignore
client_priv.h Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 2008-01-31 17:46:50 +01:00
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am
my_readline.h
mysql.cc Merge amd64.(none):/src/bug26243/my50-bug26243 2008-03-28 14:20:21 -04:00
mysql_upgrade.c Merge pilot.mysql.com:/data/msvensson/mysql/my50-bt-36463 2008-05-02 19:42:34 +02:00
mysqladmin.cc
mysqlbinlog.cc Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug26294/my50-bug26294 2008-04-03 13:14:57 -04:00
mysqlcheck.c Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2008-02-08 12:13:33 +01:00
mysqldump.c Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug35157/my51-bug35157 2008-04-24 10:50:38 -04:00
mysqlimport.c Merge hynda.mysql.fi:/home/my/mysql-5.1-main 2007-11-08 13:23:08 +02:00
mysqlshow.c Merge hynda.mysql.fi:/home/my/mysql-5.1-main 2007-11-08 13:23:08 +02:00
mysqlslap.c Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2008-02-08 12:13:33 +01:00
mysqltest.c Bug#23921: random failure of user_limits.test 2008-07-15 13:42:21 +02:00
readline.cc
sql_string.cc
sql_string.h