Comment 1 for bug 1384360

Revision history for this message
Anoop Sharma (anoop-sharma) wrote :

For OSS poc, a cqd called TRAF_DEFAULT_COL_CHARSET was added.
this sets the default charset for all columns of user tables which do not
have an explicit charset clause specified. It does not impact metadata tables.

This cqd is not yet checked into mainline but will be part of december release.

Use of the cqd mentioned in this LP case( DEFAULT_CHARSET) is unclear based on
its implementation in code.

POCs which want to have UTF8 as their default col type should use traf_default_col_charset.
Until then, they should add an explicit 'charset' clause to their column definition.