mariadb/storage/ndb/test
He Zhenxing 9739efbfec Backport BUG#25192 Using relay-log and relay-log-index without values produces unexpected results.
Options loaded from config files were added before command line
arguments, and they were parsed together, which could interprete
the following:
option-a
option-b
as --option-a=--option-b if 'option-a' requires a value, and 
caused confusing.

Because all options that requires a value are always given in
the form '--option=value', so it's an error if there is no 
'=value' part for such an option read from config file.

This patch added a separator to separate the arguments from 
config files and that from command line, so that they can be
handled differently. And report an error for options loaded
from config files that requires a value and is not given in the
form '--option=value'.
2009-10-02 16:25:53 +08:00
..
include Add SqlResultSet 2008-01-18 22:55:02 +01:00
ndbapi ndb - 2008-02-08 16:42:17 +01:00
ndbnet Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
newtonapi Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
odbc Merge sin.intern.azundris.com:/home/tnurnberg/10776/50-10776 2007-08-01 05:07:58 +02:00
run-test Backport BUG#25192 Using relay-log and relay-log-index without values produces unexpected results. 2009-10-02 16:25:53 +08:00
sql merge 2005-10-07 09:29:55 +02:00
src Merge whalegate.ndb.mysql.com:/home/tomas/cge-5.1 2008-01-23 14:42:58 +01:00
tools mysql-test/r/partition.result 2008-11-25 03:04:58 +01:00
Makefile.am Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00