mariadb/mysql-test/suite
Michael Widenius 6c610ed979 Fixed build issues
- Linking now with g++ instead of gcc with 'compile-dist' to solve problems with handlersocket/client
- Fixed bug in heap tables when doing handler read next-prev over last row


BUILD/compile-dist:
  - Linking now with g++ instead of gcc with 'compile-dist' to solve problems with handlersocket/client
cmd-line-utils/libedit/vi.c:
  Fixed compiler warning about not checking return value for write
mysql-test/r/index_intersect.result:
  Updated results (missed this file in my last push)
mysql-test/suite/handler/aria.result:
  Updated test results
mysql-test/suite/handler/handler.inc:
  Changed test to use read next/read prev on key where there are duplicates that can come in different order depending on system
  Added testing of read next-prev over last row and read prev-next around first row
mysql-test/suite/handler/heap.result:
  Updated test results
mysql-test/suite/handler/init.inc:
  More rows to test
mysql-test/suite/handler/innodb.result:
  Updated test results
mysql-test/suite/handler/interface.result:
  Updated test results
mysql-test/suite/handler/myisam.result:
  Updated test results
mysql-test/t/variables-big.test:
  Fixed test to not fail on windows
mysql-test/valgrind.supp:
  Removed not matching fun: to get rid of valgrind warning
storage/heap/hp_rfirst.c:
  Added state so that we know if we have an active position in the index.
storage/heap/hp_rkey.c:
  Added state so that we know if we have an active position in the index.
storage/heap/hp_rnext.c:
  Handle reading several next after finding the last row (this caused a crash before)
storage/heap/hp_rprev.c:
  Handle reading several prev after finding the first row (this caused a crash before)
storage/xtradb/buf/buf0buf.c:
  Fixed compiler warning about uninitialized value
2011-02-23 14:46:16 +02:00
..
binlog Implementation of MWL#172: Add support for prepared statements to HANDLER READ 2011-01-04 00:55:41 +02:00
bugs Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
engines Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
federated Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
funcs_1 Fixed compiler warnings and some test failures found by buildbot 2011-02-23 02:06:58 +02:00
funcs_2 merge 5.0-> 5.1 2009-04-24 13:00:17 -04:00
handler Fixed build issues 2011-02-23 14:46:16 +02:00
ibmdb2i Bug#49329 example (and other) engines use wrong collation for open tables hash 2009-12-11 12:31:16 +05:30
im
innodb Merge in new handler and handlersocket code into 5.3 main 2011-02-22 11:15:47 +02:00
innodb_plugin Merge with 5.1 2011-01-11 15:36:41 +02:00
jp Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA) 2009-09-11 15:52:08 +03:00
large_tests
manual Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
maria Merge with 5.1 2011-01-11 15:36:41 +02:00
ndb Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
ndb_team generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
optimizer_unfixed_bugs Enable testcase for BUG#49129 2011-01-17 15:09:30 +03:00
oqgraph oqgraph and sphinx on windows 2010-09-15 17:29:57 +02:00
parts Merge with main 2011-02-22 11:30:51 +02:00
pbxt Fixed compiler warnings and some test failures found by buildbot 2011-02-23 02:06:58 +02:00
percona Merge XtraDB from Percona-Server 5.1.52-11.6 into MariaDB 5.1 2010-11-24 14:04:38 +01:00
rpl Merge with 5.1 2011-01-05 16:03:58 +02:00
rpl_ndb generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
sphinx fix the sphinx test suite to work when sphinxse is statically linked into the server 2010-09-21 17:29:18 +02:00
stress Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00
sys_vars Implementation of MWL#172: Add support for prepared statements to HANDLER READ 2011-01-04 00:55:41 +02:00
vcol Merge with 5.1 2011-01-11 15:36:41 +02:00