323
by Brian Aker
Updated proto file for table (not FRM work). |
1 |
package drizzle; |
316
by Brian Aker
First pass of new sql_db.cc work |
2 |
|
3 |
message Schema { |
|
4 |
required string name = 1; |
|
820.1.11
by Stewart Smith
re-introduce db.opt, but with parsing it from disk instead of in process cache with mutex. |
5 |
optional string collation = 2; |
316
by Brian Aker
First pass of new sql_db.cc work |
6 |
}
|