I downloaded MySql v3.23.43 binaries to see if I could make use of the system for my database 'stuff'. I have several tables that when loaded will be >2gb and the concept of raid support would be appealing.
Raid does not seem to be enabled on the default download. Because of this I downloaded the source files and attempted to turn Raid on. I went thought the code and changed: /* Use MySQL RAID */ /* #undef USE_RAID */ to /* Use MySQL RAID */ #define USE_RAID 1 I made this change based on the other options that were turned on. I the rebuilt with MS VC++ 6.0 Enterprise. But when I run mysqld-nt.exe Raid is still not enabled. What have I done wrong? Can anyone help? Thank you. Butch Bean Informative Software & Computer [EMAIL PROTECTED] PH: (856) 858-5135 FX: (856) 858-2224 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php