1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Two things:

1) Two small windows cleanups for Archive.
2) Patch from Calvin for Falcon to be able to have its own I_S loaded. One example added for this, does hello world.
This commit is contained in:
brian@zim.(none)
2007-01-26 15:36:39 -08:00
parent 8820333ec3
commit 08e93132c4
6 changed files with 186 additions and 14 deletions

View File

@ -12665,4 +12665,4 @@ t6 CREATE TABLE `t6` (
`c` int(11) DEFAULT NULL,
KEY `a` (`a`)
) ENGINE=ARCHIVE DEFAULT CHARSET=latin1
DROP TABLE t1, t2, t4, t5;
DROP TABLE t1, t2, t4, t5, t6;