======================================================================================= DBT2 REPORT ======================================================================================= MACHINE: orisndriz01 RUN ID: 1229 RUN DATE: 2012-01-18T20:58:02.789087 SERVER: drizzled VERSION: staging REVISION: 2494 COMMENT: 2494: Mark Atwood 2012-01-18 [merge] merge lp:~stewart/drizzle/fix-create-schema-for-catalogs
================================================================================================ TRENDING OVER LAST 5 runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 123.32 -3.52% -4.50 123.32 131.14 127.82 2.80 32 127.82 -0.36% -0.46 122.35 132.90 128.28 3.42 64 134.46 +4.65% 5.98 120.78 134.46 128.48 4.73 128 121.37 -4.72% -6.02 121.37 131.53 127.39 3.61 256 128.82 +0.47% 0.61 122.15 131.34 128.21 3.21 512 123.52 -2.35% -2.97 123.52 129.58 126.49 2.38 1024 130.75 +1.21% 1.56 125.29 131.73 129.19 2.24 ================================================================================================ TRENDING OVER LAST 20 runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 123.32 -2.73% -3.47 121.17 133.29 126.79 3.11 32 127.82 -0.17% -0.21 116.29 135.83 128.03 4.24 64 134.46 +5.36% 6.84 120.78 134.46 127.62 3.29 128 121.37 -4.91% -6.27 120.59 137.79 127.64 4.08 256 128.82 +0.40% 0.51 122.15 131.34 128.31 2.28 512 123.52 -3.13% -4.00 123.52 133.09 127.52 2.48 1024 130.75 +2.51% 3.20 121.17 131.73 127.55 2.82 ================================================================================================ TRENDING OVER ALL runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 123.32 -3.14% -3.99 115.60 137.79 127.31 3.26 32 127.82 +0.20% 0.26 115.60 137.79 127.56 3.31 64 134.46 +5.49% 6.99 115.79 137.45 127.47 3.17 128 121.37 -4.83% -6.16 115.40 137.79 127.53 3.30 256 128.82 +0.98% 1.25 117.06 137.39 127.57 3.29 512 123.52 -3.18% -4.06 115.95 136.03 127.58 3.29 1024 130.75 +2.64% 3.36 115.09 136.81 127.39 3.14 ========================================================================================================================= FULL REVISION COMMENTARY: 2478.3.16: Stewart Smith 2012-01-18 fix up problem with constant schema identifiers for DATA_DICTIONARY and INFORMATION_SCHEMA that came up on certain compilers choosing orders for static constructor execution. 2478.3.15: Stewart Smith 2012-01-17 fix up table_identifier unit tests to deal with identifier::Table constructor now also requiring a Catalog identifier 2478.3.14: Stewart Smith 2012-01-17 [merge] merge trunk 2478.3.13: Stewart Smith 2012-01-05 fix initialization of message::schema to be from the Schema identifier, which includes the CATALOG name, so that we can create schemas in catalogs other than LOCAL 2478.3.12: Stewart Smith 2012-01-05 force a identifier::Schema to be constructed with a identifier::Catalog. This is close to the final 'big' part for CATALOG support. We also have to modify all around the server that creates identifier::Schema so it does so properly. Since a single Session cannot span schemas, we get off a wee bit easy :) The big limitation in this patch is that INFORMATION_SCHEMA and DATA_DICTIONARY only appear in the LOCAL catalog (and this really needs to be fixed before CATALOGs other than LOCAL are supported). 2478.3.11: Stewart Smith 2012-01-05 use the table identifier and catalog in the identifier in constructing the path in build_table_filename instead of the global drizzled::catalog::local_identifier(). Another step towards full CATALOG support 2478.3.10: Stewart Smith 2012-01-05 [merge] merge table_identifier unittest fix 2478.3.9: Stewart Smith 2012-01-05 TableShare use a TableIdentifier instead of db,table strings. 2478.3.8: Stewart Smith 2012-01-04 [merge] merge print_transaction_message filename/path bug fix (also hit in testing CATALOG) 2478.3.7: Stewart Smith 2012-01-04 [merge] merge off-by-one error message fix (was hitting this) 2478.3.6: Stewart Smith 2011-12-28 Schema identifier has a Catalog identifier. Use it instead of catalog::local_identifier() in most places in Schema identifier code 2478.3.5: Stewart Smith 2011-12-28 update innodb-system-table-view.result to include CATALOG in path to table 2478.3.4: Stewart Smith 2011-12-28 modify tableprototester to include local/ in the path for the test tables 2478.3.3: Stewart Smith 2011-12-28 modify transaction_log plugin to default to local/transaction.log to keep backwards compatibility with old drizzled (before chdir to local/ was removed) 2478.3.2: Stewart Smith 2011-12-28 no longer chdir into local CATALOG. Instead, generate paths everywhere (well... in identifiers) that include the path to the correct CATALOG. Currently that's just LOCAL, but we get closer. Also added is some backwards compatibility code in InnoDB for old data dictionary entries that didn't include CATALOG in catalog/db/table but just had db/table. The next step is to construct the table and schema identifiers with the current CATALOG. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-benchmark Post to : drizzle-benchmark@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-benchmark More help : https://help.launchpad.net/ListHelp