merge with MySQL 5.1.65

This commit is contained in:
Sergei Golubchik 2012-08-22 11:40:39 +02:00
commit cefc30b166
119 changed files with 3794 additions and 1613 deletions

View file

@ -33,6 +33,7 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \
grant.pl grant.res test_delayed_insert.pl \
pmail.pl mail_to_db.pl table_types.pl \
myisam-big-rows.tst \
mysql_client_fw.c \
CMakeLists.txt
bin_PROGRAMS = mysql_client_test
@ -47,6 +48,7 @@ LDADD = @CLIENT_EXTRA_LDFLAGS@ \
mysql_client_test_LDADD= $(LDADD) $(CXXLDFLAGS)
mysql_client_test_SOURCES= mysql_client_test.c\
$(top_srcdir)/mysys/my_memmem.c
mysql_client_test.o: mysql_client_fw.c
insert_test_SOURCES= insert_test.c
select_test_SOURCES= select_test.c

1378
tests/mysql_client_fw.c Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff