On Sun, 19 Jun 2011 12:12:25 -0000, Olaf van der Spek <[email protected]> wrote: > What's the benefit of using MAXIMUM_IDENTIFIER_LENGTH?
It's a define rather than a hardcoded number (in this case, often inherited default). ensures that identifiers aren't ever truncated in I_S/DD tables. -- Stewart Smith -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Drizzle. https://bugs.launchpad.net/bugs/658673 Title: In DD we should use MAXIMUM_IDENTIFIER_LENGTH for identifiers (like we do in IS). Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications: Fix Released Bug description: In the code IS was written after DD, so it made use of MAXIMUM_IDENTIFIER_LENGTH for identifiers, we should fix this in DD to be the same. To manage notifications about this bug go to: https://bugs.launchpad.net/drizzle/+bug/658673/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : [email protected] Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp

