Skip to content
Snippets Groups Projects
Commit eb09d3c7 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Aleksandr Lyapunov
Browse files

sql: initialize field def properly

There must be a normal code flow: if you want to initialize some
structure you should set members you want to and set with defaults
the rest members. Such a code flow would be durable when some new
members are added to the struct.

Make field_def structure to comply those rules.

NO_DOC=refactoring
NO_CHANGELOG=refactoring
NO_TEST=refactoring
parent 2c0aedca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment