mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
54df816bb9
Fix a bug where the condition (prtype & DATA_ROW_ID) is unexpectedly always false becasue DATA_ROW_ID is 0. Use a switch instead of if-else in order to avoid repeating (prtype & DATA_SYS_PRTYPE_MASK). Approved by: Heikki |
||
---|---|---|
.. | ||
data0data.c | ||
data0type.c |