mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove MapSector, take 2
This commit is contained in:
parent
0ea89d4112
commit
1771b8c9a1
14 changed files with 236 additions and 649 deletions
|
@ -239,7 +239,6 @@ void MapDatabaseSQLite3::createDatabase()
|
|||
// Declaring a primary key automatically creates an index and the
|
||||
// order largely dictates which range operations can be sped up.
|
||||
// see also: <https://www.sqlite.org/optoverview.html#skipscan>
|
||||
// Putting XZ before Y matches our MapSector abstraction.
|
||||
"PRIMARY KEY (`x`, `z`, `y`)"
|
||||
");\n"
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue