kent@mysql.com
b492d05ee9
Merge
2006-04-04 23:37:44 +02:00
knielsen@mysql.com
6d7f2ff0f4
Fix example storage engine build on Windows.
2006-03-16 16:25:16 +01:00
kent@mysql.com
eda13fe08b
example.vcproj:
...
Bug#17721, hang in exampledb, solved by msvensson
drop-on-restart.inc:
Added drop of tables t00,t03,t04
2006-02-27 02:56:34 +01:00
knielsen@mysql.com
12cb3f4c5e
Windows/Visual Studio 2003 fixes for the 5.1.5 release.
2006-01-13 22:09:48 +01:00
jimw@mysql.com
692a5ebbf9
Update BDB project file for Windows build
2005-12-06 09:54:28 -08:00
kent@mysql.com
f4ba8acb97
Many files:
...
Enable build on Windows
2005-11-26 19:21:49 +01:00
reggie@ndbmaster.mysql.com
c1038ded6a
myisammrg.vcproj, myisam.vcproj, innobase.vcproj, heap.vcproj, bdb.vcproj:
...
updated include directory after move to storage directory
mysql.sln:
updated locations of storage engines
myisam.vcproj:
Rename: VC++Files/myisam/myisam.vcproj -> VC++Files/storage/myisam/myisam.vcproj
heap.vcproj:
Rename: VC++Files/heap/heap.vcproj -> VC++Files/storage/heap/heap.vcproj
innobase.vcproj:
Rename: VC++Files/innobase/innobase.vcproj -> VC++Files/storage/innobase/innobase.vcproj
myisammrg.vcproj:
Rename: VC++Files/myisammrg/myisammrg.vcproj -> VC++Files/storage/myisammrg/myisammrg.vcproj
bdb.vcproj:
Rename: VC++Files/bdb/bdb.vcproj -> VC++Files/storage/bdb/bdb.vcproj
2005-11-06 00:20:38 +01:00
tomas@poseidon.ndb.mysql.com
620b7bafb0
Merge
2005-10-06 10:54:07 +02:00
jimw@mysql.com
936755b7ee
Merge mysql.com:/home/jimw/my/mysql-5.1-bdb
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2005-09-21 10:35:19 -07:00
reggie@linux.site
6bf4e15b08
updated some vcproj files and the .sln file
2005-08-29 15:35:27 -06:00
joerg@mysql.com
16bfcd3c75
File / directory structure change from 5.0 to 5.1:
...
Table handlers "bdb", "heap", "innobase", "myisam", and "myisammrg"
have been moved into a common subdirectory "storage".
This must be reflected in the tools for Windows:
1) When the source package is created, there is the additional level "storage".
2) The project files below "VC++Files" also get that additional directory level, to keep structures in sync.
3) Within the project files, references to/from the table handlers must cross that level.
2005-07-21 21:47:46 +02:00