mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
after merge fix
myisam/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that) sql/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that)
This commit is contained in:
parent
5f74f8d5fa
commit
0745a2b783
8 changed files with 11 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
drop table if exists t1;
|
||||
create table t1 (a int) type=innodb;
|
||||
create table t1 (a int) engine=innodb;
|
||||
begin;
|
||||
insert into t1 values(1);
|
||||
flush tables with read lock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue